From 64106e463750c301ad6183fc87e0fc81037e9f9b Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 8 Nov 2013 23:36:13 +0100 Subject: INCLUDES -> AM_CPPFLAGS --- mate-settings-daemon/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mate-settings-daemon/Makefile.am') diff --git a/mate-settings-daemon/Makefile.am b/mate-settings-daemon/Makefile.am index 778cb92..7fb6fdc 100644 --- a/mate-settings-daemon/Makefile.am +++ b/mate-settings-daemon/Makefile.am @@ -1,6 +1,6 @@ NULL = -INCLUDES = \ +AM_CPPFLAGS = \ -DDATADIR=\""$(datadir)"\" \ -DMATE_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \ -DLIBEXECDIR=\""$(libexecdir)"\" \ @@ -21,6 +21,7 @@ libmsd_profile_la_SOURCES = \ $(NULL) libmsd_profile_la_CPPFLAGS = \ + $(AM_CPPFLAGS) $(DISABLE_DEPRECATED_CFLAGS) \ $(NULL) -- cgit v1.2.1