diff options
author | raveit <[email protected]> | 2013-03-21 18:24:25 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2013-03-21 18:24:25 +0100 |
commit | b5cb7302e57e2c96763b164125989c140a6a8391 (patch) | |
tree | a5ce85510c8a197a5d1cc808d7c66f9eedfc3a34 /properties | |
parent | d16dd1d606955a80753d571385487ff73f8dc771 (diff) | |
download | atril-b5cb7302e57e2c96763b164125989c140a6a8391.tar.bz2 atril-b5cb7302e57e2c96763b164125989c140a6a8391.tar.xz |
Update make files for autoconf 1.13
Diffstat (limited to 'properties')
-rw-r--r-- | properties/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/properties/Makefile.am b/properties/Makefile.am index a5462c10..7d1cbc36 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES= \ +AM_CPPFLAGS= \ -DATRILDATADIR=\"$(pkgdatadir)\" \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ -I$(top_srcdir) \ |