summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2008-09-18 20:00:19 +0100
committerRoss Burton <ross@linux.intel.com>2008-09-18 20:00:19 +0100
commite89a09806f4cf36009ded30cc19f6557eb84cd35 (patch)
tree6548e9dc6af637f8b77f92276f5d82299fa75455 /examples
parent52ad282864aafb397f1427345cdb8fe31ea1d05c (diff)
downloadlibrest-e89a09806f4cf36009ded30cc19f6557eb84cd35.tar.gz
Add top_srcdir to the include path to fix distcheck
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index d4299da..83d48ea 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,6 +1,6 @@
noinst_PROGRAMS = test-raw test-xml
-AM_CFLAGS = $(GLIB_CFLAGS) $(SOUP_CFLAGS) -I..
+AM_CFLAGS = $(GLIB_CFLAGS) $(SOUP_CFLAGS) -I$(top_srcdir)
AM_LDFLAGS = $(GLIB_LIBS) $(SOUP_LIBS) ../rest/librest.la
test_raw_SOURCES = test-raw.c