diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-23 03:27:28 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-23 03:27:28 -0700 |
commit | a72f0972e46ffc35781eafa547825dc07831e524 (patch) | |
tree | 25944e70982bf11257c9ec826422423c278ec89c /savers | |
parent | 523abce71252bed89941901233911497d4df415c (diff) | |
parent | 24296767098190f1404d889aa910a03fcbc70c62 (diff) | |
download | mate-screensaver-a72f0972e46ffc35781eafa547825dc07831e524.tar.bz2 mate-screensaver-a72f0972e46ffc35781eafa547825dc07831e524.tar.xz |
Merge pull request #15 from dmashal/master
Update makefiles for automake 1.13
Diffstat (limited to 'savers')
-rw-r--r-- | savers/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/savers/Makefile.am b/savers/Makefile.am index 298177e..ca80757 100644 --- a/savers/Makefile.am +++ b/savers/Makefile.am @@ -3,13 +3,13 @@ AUTOMAKE_OPTIONS = 1.7 NULL = -INCLUDES = \ +AM_CPPFLAGS = \ -I. \ -I$(srcdir) \ $(MATE_SCREENSAVER_SAVER_CFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) \ -DLIBEXECDIR=\""$(libexecdir)"\" \ - -DMATELOCALEDIR=\""$(datadir)/locale"\" \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -DDATADIR=\""$(datadir)"\" \ $(WARN_CFLAGS) \ $(NULL) |