From 781b0ff3f74abd6f5353b6d08763bbba93f2f21c Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 22:49:12 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- src/daemon/Makefile.am | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/daemon/Makefile.am (limited to 'src/daemon/Makefile.am') diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am new file mode 100644 index 0000000..4f9471c --- /dev/null +++ b/src/daemon/Makefile.am @@ -0,0 +1,30 @@ +libexec_PROGRAMS = mate-notification-daemon + +mate_notification_daemon_SOURCES = \ + daemon.c \ + daemon.h \ + engines.c \ + engines.h \ + stack.c \ + stack.h \ + sound.c \ + sound.h + +mate_notification_daemon_LDADD = $(NOTIFICATION_DAEMON_LIBS) + +BUILT_SOURCES = notificationdaemon-dbus-glue.h + +notificationdaemon-dbus-glue.h: notificationdaemon.xml + dbus-binding-tool --mode=glib-server --prefix=notification_daemon \ + $(srcdir)/notificationdaemon.xml > notificationdaemon-dbus-glue.h + +INCLUDES = \ + -I$(top_srcdir) \ + $(NOTIFICATION_DAEMON_CFLAGS) \ + -DENGINES_DIR=\"$(libdir)/mate-notification-daemon/engines\" + +EXTRA_DIST = notificationdaemon.xml +DISTCLEANFILES = \ + notificationdaemon-dbus-glue.h + +-include $(top_srcdir)/git.mk -- cgit v1.2.1