summaryrefslogtreecommitdiff
path: root/common/tests
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-04-09 08:34:44 +0200
committerStef Walter <stefw@gnome.org>2013-05-21 11:31:09 +0200
commit30830eb693ac2e89f28bb34459db6837031ca795 (patch)
tree34d0a402ab588bd80c5c997de402e289d7db227d /common/tests
parentdcabaf1d56d410ba7ddb3dfbab9011bbbea5e6bc (diff)
Fix up Makefile.am files for automake 1.13 warnings
Diffstat (limited to 'common/tests')
-rw-r--r--common/tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am
index 945ed70..942bc12 100644
--- a/common/tests/Makefile.am
+++ b/common/tests/Makefile.am
@@ -3,7 +3,7 @@ include $(top_srcdir)/build/Makefile.tests
COMMON = $(top_srcdir)/common
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(srcdir)/.. \
-I$(COMMON) \
@@ -34,7 +34,7 @@ LDADD += \
$(LIBTASN1_LIBS) \
$(NULL)
-INCLUDES += \
+AM_CPPFLAGS += \
$(LIBTASN1_CFLAGS) \
$(NULL)