summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Viktor Semykin <thesame.ml@gmail.com>2010-01-05 00:55:08 +0200
committerGravatar Viktor Semykin <thesame.ml@gmail.com>2010-01-05 00:55:08 +0200
commit1fc9f8d541a8501b92f4ac029551f6726a8c627b (patch)
tree2ba1962364ef5abac5d5bc8944d25e3cad289b34 /plugins
parent391e66078063b736b250d71607ef8738631680d7 (diff)
got rid of libnotify
Diffstat (limited to 'plugins')
-rw-r--r--plugins/notification/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/notification/Makefile.am b/plugins/notification/Makefile.am
index 9bae994f..5a9f7f65 100644
--- a/plugins/notification/Makefile.am
+++ b/plugins/notification/Makefile.am
@@ -2,5 +2,4 @@ notificationdir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = notification.la
notification_la_SOURCES = notification.c
notification_la_LDFLAGS = -module
-notification_la_LIBADD = $(LDADD) $(NOTIFICATION_DEPS_LIBS)
-AM_CFLAGS = -std=c99 $(NOTIFICATION_DEPS_CFLAGS)
+AM_CFLAGS = -std=c99