summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-02-06 14:08:10 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2013-02-06 14:08:10 -0500
commit970d3e6ef04b02d3a9dd11091071859d9bf891ff (patch)
tree70ad4c6a084609faf6ff1e3e5ba544ff2e9b4e46
parent9b2bd9038c210855de7bc4e223ee96331c3bee9a (diff)
downloadgnome-screenshot-970d3e6ef04b02d3a9dd11091071859d9bf891ff.tar.gz
build: fix an automake 1.13 warning
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7e2aef1..73d65bc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
NULL =
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \