diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-20 11:46:41 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-20 11:46:41 -0800 |
commit | e949ec05efd2fd9ddedd44552d2d9ca1c41e11bf (patch) | |
tree | fd2a7cf233922de5c7a34edc7af957094b6bf047 /mate-dictionary | |
parent | 21511b93b268d3030e0e301f2a634228278f2932 (diff) | |
parent | 6adb8845694c2204cc58bc4845acbf1c5ef96e24 (diff) | |
download | mate-utils-e949ec05efd2fd9ddedd44552d2d9ca1c41e11bf.tar.bz2 mate-utils-e949ec05efd2fd9ddedd44552d2d9ca1c41e11bf.tar.xz |
Merge pull request #23 from dmashal/master
Update makefiles for automake 1.13
Diffstat (limited to 'mate-dictionary')
-rw-r--r-- | mate-dictionary/libgdict/Makefile.am | 2 | ||||
-rw-r--r-- | mate-dictionary/src/Makefile.am | 2 |
2 files changed, 2 insertions, 2 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)"\" \ diff --git a/mate-dictionary/src/Makefile.am b/mate-dictionary/src/Makefile.am index 1a674e0f..fd5b490f 100644 --- a/mate-dictionary/src/Makefile.am +++ b/mate-dictionary/src/Makefile.am @@ -1,6 +1,6 @@ NULL = -INCLUDES = \ +AM_CPPFLAGS = \ -DPREFIX=\""$(prefix)"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DLIBDIR=\""$(libdir)"\" \ |