From 671f7f881faa64cede428431fb1d61e8fa007a26 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 19 Apr 2010 08:43:33 +0200 Subject: added notify plugin skeleton --- plugins/notify/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/notify/Makefile.am (limited to 'plugins/notify/Makefile.am') diff --git a/plugins/notify/Makefile.am b/plugins/notify/Makefile.am new file mode 100644 index 00000000..d702f215 --- /dev/null +++ b/plugins/notify/Makefile.am @@ -0,0 +1,9 @@ +if HAVE_NOTIFY +notifydir = $(libdir)/$(PACKAGE) +pkglib_LTLIBRARIES = notify.la +notify_la_SOURCES = notify.c +notify_la_LDFLAGS = -module + +notify_la_LIBADD = $(LDADD) $(NOTIFY_LIBS) +AM_CFLAGS = $(CFLAGS) -std=c99 +endif -- cgit v1.2.3