diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-25 15:44:14 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-25 15:44:14 -0700 |
commit | 99cd4467698f28025581f5062f94ce7231c70208 (patch) | |
tree | 653a11a58b90b7b205ac788e2a16affd43db0e74 /font-viewer/Makefile.am | |
parent | 48f3a7a953bce309a4d176415bc5d9558319a548 (diff) | |
parent | ecf6b71751f1bdbacff7f29ddd36f44802d53662 (diff) | |
download | mate-control-center-99cd4467698f28025581f5062f94ce7231c70208.tar.bz2 mate-control-center-99cd4467698f28025581f5062f94ce7231c70208.tar.xz |
Merge pull request #39 from NiceandGently/master
change INCLUDES to AM_CPPFLAGS for automake-1.13
Diffstat (limited to 'font-viewer/Makefile.am')
-rw-r--r-- | font-viewer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font-viewer/Makefile.am b/font-viewer/Makefile.am index cd941e8c..8ea64917 100644 --- a/font-viewer/Makefile.am +++ b/font-viewer/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = $(FONT_VIEWER_CFLAGS) $(MATECC_CAPPLETS_CFLAGS) -DDIRECTORY_DIR=\"$(directorydir)\" \ +AM_CPPFLAGS = $(FONT_VIEWER_CFLAGS) $(MATECC_CAPPLETS_CFLAGS) -DDIRECTORY_DIR=\"$(directorydir)\" \ -DMATELOCALEDIR=\"$(datadir)/locale\" bin_PROGRAMS = mate-thumbnail-font mate-font-viewer |