diff options
| author | infirit <[email protected]> | 2013-10-08 04:05:18 +0200 |
|---|---|---|
| committer | infirit <[email protected]> | 2013-10-22 14:24:07 +0200 |
| commit | 1d63e22f57a1fd1e8a9b00f29e4412ecd0fb4f4e (patch) | |
| tree | a90e6bc3109f27ecd482883fee7771adf4eda1d4 /src/daemon | |
| parent | 7a10d7b877956fdee0c3a738b92690da7a0757c0 (diff) | |
| download | mate-notification-daemon-1d63e22f57a1fd1e8a9b00f29e4412ecd0fb4f4e.tar.bz2 mate-notification-daemon-1d63e22f57a1fd1e8a9b00f29e4412ecd0fb4f4e.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\" |
