diff options
author | infirit <[email protected]> | 2013-10-08 04:05:18 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-08 04:12:00 +0200 |
commit | 1f5ba2d1119114fc3c079fa01b7838857b086e77 (patch) | |
tree | 76a45198ade14a3750133cfd92ae8911232aa601 /src/daemon | |
parent | d245241f3e9dc2de94a74222ad751ad42ea3c55a (diff) | |
download | mate-notification-daemon-1f5ba2d1119114fc3c079fa01b7838857b086e77.tar.bz2 mate-notification-daemon-1f5ba2d1119114fc3c079fa01b7838857b086e77.tar.xz |
Make automake happy: INCLUDES->AM_CPPFLAGS
Diffstat (limited to 'src/daemon')
-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\" |