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/appearance | |
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/appearance')
-rw-r--r-- | capplets/appearance/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/appearance/Makefile.am b/capplets/appearance/Makefile.am index 293c01ea..c28d3815 100644 --- a/capplets/appearance/Makefile.am +++ b/capplets/appearance/Makefile.am @@ -45,7 +45,7 @@ gtkbuilderdir = $(pkgdatadir)/ui pixmapdir = $(pkgdatadir)/pixmaps wallpaperdir = $(datadir)/mate-background-properties -INCLUDES = \ +AM_CPPFLAGS = \ $(MARCO_CFLAGS) \ $(MATECC_CAPPLETS_CFLAGS) \ $(FONT_CAPPLET_CFLAGS) \ |