diff options
author | Stefano Karapetsas <[email protected]> | 2013-06-26 06:04:37 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-06-26 06:04:37 -0700 |
commit | 48b2c97f8a0c7e8cc0d999d5c427c37daf5aabda (patch) | |
tree | 6cb63de310f5afb734dbcfad180999cb2866568f /src | |
parent | 4593b4088ca16d54d9f6c006a97242edc9a0ed18 (diff) | |
parent | b58df42d26197fe1d775c3e59a71765a51ee69f2 (diff) | |
download | mate-user-share-48b2c97f8a0c7e8cc0d999d5c427c37daf5aabda.tar.bz2 mate-user-share-48b2c97f8a0c7e8cc0d999d5c427c37daf5aabda.tar.xz |
Merge pull request #13 from NiceandGently/master
fix automake-1.13 deprecations
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a340ef6..faba8e8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,7 +17,7 @@ libexec_PROGRAMS= \ noinst_LTLIBRARIES = libuser-share-common.la libuser_share_common_la_SOURCES = user_share-common.c user_share-common.h -INCLUDES= \ +AM_CPPFLAGS= \ -DPREFIX=\""$(prefix)"\" \ -DBINDIR=\""$(bindir)"\" \ -DLIBEXECDIR=\""$(libexecdir)"\" \ |