summaryrefslogtreecommitdiff
path: root/panels/privacy/Makefile.am
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-06-25 11:56:03 +0200
committerBastien Nocera <hadess@hadess.net>2014-06-25 12:46:42 +0200
commit6f59e146f04394b431e3fc5be8227f0044bb0453 (patch)
treedc516dfc1f3aded651c0d5725a1c73b1911aa05b /panels/privacy/Makefile.am
parent08c9ecdffc6aa82f0616deac853e35a989477295 (diff)
downloadgnome-control-center-6f59e146f04394b431e3fc5be8227f0044bb0453.tar.gz
privacy: Use AM_CPPFLAGS rather than INCLUDES
This is deprecated in newer automake versions, and this causes warnings with automake 1.14: panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for AM_CPPFLAGS' (or '*_CPPFLAGS') https://bugzilla.gnome.org/show_bug.cgi?id=732189
Diffstat (limited to 'panels/privacy/Makefile.am')
-rw-r--r--panels/privacy/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/privacy/Makefile.am b/panels/privacy/Makefile.am
index 52aa54ab0..ec9e5cc01 100644
--- a/panels/privacy/Makefile.am
+++ b/panels/privacy/Makefile.am
@@ -1,6 +1,6 @@
cappletname = privacy
-INCLUDES = \
+AM_CPPFLAGS = \
$(PANEL_CFLAGS) \
$(PRIVACY_PANEL_CFLAGS) \
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \