diff options
author | raveit <[email protected]> | 2013-03-25 18:59:34 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2013-03-25 18:59:34 +0100 |
commit | ecf6b71751f1bdbacff7f29ddd36f44802d53662 (patch) | |
tree | 653a11a58b90b7b205ac788e2a16affd43db0e74 /capplets/display/Makefile.am | |
parent | 48f3a7a953bce309a4d176415bc5d9558319a548 (diff) | |
download | mate-control-center-ecf6b71751f1bdbacff7f29ddd36f44802d53662.tar.bz2 mate-control-center-ecf6b71751f1bdbacff7f29ddd36f44802d53662.tar.xz |
change INCLUDES to AM_CPPFLAGS for automake-1.13
Diffstat (limited to 'capplets/display/Makefile.am')
-rw-r--r-- | capplets/display/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/display/Makefile.am b/capplets/display/Makefile.am index 70f417c7..972f271d 100644 --- a/capplets/display/Makefile.am +++ b/capplets/display/Makefile.am @@ -51,7 +51,7 @@ desktopdir = $(datadir)/applications Desktop_in_files = display-properties.desktop.in desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop) -INCLUDES = $(DISPLAY_CAPPLET_CFLAGS) \ +AM_CPPFLAGS = $(DISPLAY_CAPPLET_CFLAGS) \ $(MATECC_CAPPLETS_CFLAGS) \ -DSBINDIR="\"$(sbindir)\"" \ -DUIDIR="\"$(uidir)\"" \ |