summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2013-04-09 17:22:03 +0200
committerTomas Bzatek <tbzatek@redhat.com>2013-04-09 17:22:03 +0200
commitedccd7fd734bb1bc98576249022ef2bc1f2673bf (patch)
treeec82d4e1acb73ea3a458efe2379fc6422b03d534 /src
parent4000d372f629054e6d6f98e51d3ac27d1c066e9e (diff)
downloadcataract-edccd7fd734bb1bc98576249022ef2bc1f2673bf.tar.xz
Modernize configure.ac
https://live.gnome.org/GnomeGoals/ModernAutotools Big thanks to Pavel Raiskup for autoconf hints
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8c4aa15..9bd3448 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
NULL =
-INCLUDES = \
+AM_CPPFLAGS = \
-DDATADIR=\"$(datadir)\" \
-I$(top_srcdir) \
-I$(top_builddir) \