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/src | |
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/src')
-rw-r--r-- | mate-dictionary/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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)"\" \ |