summaryrefslogtreecommitdiff
path: root/src/themes/standard
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-10-08 04:05:18 +0200
committerinfirit <[email protected]>2013-10-22 14:24:07 +0200
commit1d63e22f57a1fd1e8a9b00f29e4412ecd0fb4f4e (patch)
treea90e6bc3109f27ecd482883fee7771adf4eda1d4 /src/themes/standard
parent7a10d7b877956fdee0c3a738b92690da7a0757c0 (diff)
downloadmate-notification-daemon-1d63e22f57a1fd1e8a9b00f29e4412ecd0fb4f4e.tar.bz2
mate-notification-daemon-1d63e22f57a1fd1e8a9b00f29e4412ecd0fb4f4e.tar.xz
Make automake happy: INCLUDES->AM_CPPFLAGS
Diffstat (limited to 'src/themes/standard')
-rw-r--r--src/themes/standard/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/themes/standard/Makefile.am b/src/themes/standard/Makefile.am
index d5b4a2a..c31098c 100644
--- a/src/themes/standard/Makefile.am
+++ b/src/themes/standard/Makefile.am
@@ -6,6 +6,6 @@ libstandard_la_SOURCES = theme.c
libstandard_la_LDFLAGS = -module -avoid-version -no-undefined
libstandard_la_LIBADD = $(NOTIFICATION_DAEMON_LIBS)
-INCLUDES = $(NOTIFICATION_DAEMON_CFLAGS)
+AM_CPPFLAGS = $(NOTIFICATION_DAEMON_CFLAGS)
-include $(top_srcdir)/git.mk