diff options
author | Dan Mashal <[email protected]> | 2013-02-18 13:22:31 -0800 |
---|---|---|
committer | Dan Mashal <[email protected]> | 2013-02-18 13:22:31 -0800 |
commit | 0865050e09b370b2d5b7a70b19746aa26e8357b0 (patch) | |
tree | 485c320458644e4ca22af8f7484ef7a4311be7c6 /mate-dictionary/libgdict/Makefile.am | |
parent | 21511b93b268d3030e0e301f2a634228278f2932 (diff) | |
download | mate-utils-0865050e09b370b2d5b7a70b19746aa26e8357b0.tar.bz2 mate-utils-0865050e09b370b2d5b7a70b19746aa26e8357b0.tar.xz |
Update makefiles for automake 1.13
Diffstat (limited to 'mate-dictionary/libgdict/Makefile.am')
-rw-r--r-- | mate-dictionary/libgdict/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/libgdict/Makefile.am b/mate-dictionary/libgdict/Makefile.am index 006b42f4..eaafbbcb 100644 --- a/mate-dictionary/libgdict/Makefile.am +++ b/mate-dictionary/libgdict/Makefile.am @@ -1,6 +1,6 @@ NULL = -INCLUDES = -DG_LOG_DOMAIN=\"Gdict\" \ +AM_CPPFLAGS = -DG_LOG_DOMAIN=\"Gdict\" \ -DDATADIR=\""$(datadir)"\" \ -DLIBDIR=\""$(libdir)"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ |