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/keybindings | |
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/keybindings')
-rw-r--r-- | capplets/keybindings/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/keybindings/Makefile.am b/capplets/keybindings/Makefile.am index e15c07f0..e6e6e0ba 100644 --- a/capplets/keybindings/Makefile.am +++ b/capplets/keybindings/Makefile.am @@ -29,7 +29,7 @@ xml_DATA = $(xml_in_files:.xml.in=.xml) pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = mate-keybindings.pc -INCLUDES = \ +AM_CPPFLAGS = \ $(MATECC_CAPPLETS_CFLAGS) \ -DMATELOCALEDIR="\"$(datadir)/locale\"" \ -DMATECC_DATA_DIR="\"$(pkgdatadir)\"" \ |