diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-22 08:18:51 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-22 08:18:51 -0700 |
commit | 2dc7552e5959f75524dd54e37d9e5518f50ff689 (patch) | |
tree | 095aae1fd214c8b5520bbc6c62dd7be1c3666fbc /src/daemon/Makefile.am | |
parent | 6f064dfd7f52202df314d31edefcca1826e2324b (diff) | |
parent | 6db62a08b3b1b3af4d125fe01cf0263ed548ed3d (diff) | |
download | mate-notification-daemon-2dc7552e5959f75524dd54e37d9e5518f50ff689.tar.bz2 mate-notification-daemon-2dc7552e5959f75524dd54e37d9e5518f50ff689.tar.xz |
Merge pull request #23 from infirit/1.6
Cherrypick usefull commits from master
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r-- | src/daemon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 4f9471c..ce476e5 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -18,7 +18,7 @@ notificationdaemon-dbus-glue.h: notificationdaemon.xml dbus-binding-tool --mode=glib-server --prefix=notification_daemon \ $(srcdir)/notificationdaemon.xml > notificationdaemon-dbus-glue.h -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ $(NOTIFICATION_DAEMON_CFLAGS) \ -DENGINES_DIR=\"$(libdir)/mate-notification-daemon/engines\" |