summaryrefslogtreecommitdiff
path: root/gnome-settings-daemon
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-07-02 13:54:20 +0200
committerBastien Nocera <hadess@hadess.net>2013-07-02 13:58:42 +0200
commitccf3fbc2a9bd2de77f7795820446ee00b7267cb7 (patch)
treea5d9c6f542dc57c70615de6ad130ade427033bf5 /gnome-settings-daemon
parent66c975cd90736e32f20ffd36846301d68e7a08e7 (diff)
downloadgnome-settings-daemon-ccf3fbc2a9bd2de77f7795820446ee00b7267cb7.tar.gz
main: Fix automake warning
gnome-settings-daemon/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Diffstat (limited to 'gnome-settings-daemon')
-rw-r--r--gnome-settings-daemon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-settings-daemon/Makefile.am b/gnome-settings-daemon/Makefile.am
index f1d29d8b..5ef9f22e 100644
--- a/gnome-settings-daemon/Makefile.am
+++ b/gnome-settings-daemon/Makefile.am
@@ -1,6 +1,6 @@
NULL =
-INCLUDES = \
+AM_CPPFLAGS = \
-DDATADIR=\""$(datadir)"\" \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \