summaryrefslogtreecommitdiff
path: root/plugins/notify/Makefile.am
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-19 20:27:52 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-19 20:27:52 +0200
commitd10d940aa6a9c361c61d81ed378b46b8afb17198 (patch)
treeaf7ed351df6a2c906b7086fb371b6a22f3038fd3 /plugins/notify/Makefile.am
parent671f7f881faa64cede428431fb1d61e8fa007a26 (diff)
cleaned up some of bad/unused messages and events;
implemented new notification-daemon osd;
Diffstat (limited to 'plugins/notify/Makefile.am')
-rw-r--r--plugins/notify/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/notify/Makefile.am b/plugins/notify/Makefile.am
index d702f215..f499458f 100644
--- a/plugins/notify/Makefile.am
+++ b/plugins/notify/Makefile.am
@@ -5,5 +5,5 @@ notify_la_SOURCES = notify.c
notify_la_LDFLAGS = -module
notify_la_LIBADD = $(LDADD) $(NOTIFY_LIBS)
-AM_CFLAGS = $(CFLAGS) -std=c99
+AM_CFLAGS = $(CFLAGS) $(NOTIFY_CFLAGS) -std=c99
endif