aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2014-12-06 14:46:45 -0800
committerKay Sievers <kay@vrfy.org>2014-12-25 22:13:27 +0100
commit05437b822785504951a2b4002195ec82b701c278 (patch)
tree8ad223f15ba371d992cacc2fd179e6786b161174
parentd509efe0aab80b68610907d8099b0f337c9e9272 (diff)
downloadlibabc-05437b822785504951a2b4002195ec82b701c278.tar.gz
Makefile.am: Don't add abc subdirectory to include path
Source files, including those in the library itself, should include <abc/example.h>, not <example.h>.
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1ac18d0..aa53b51 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,6 @@ AM_CPPFLAGS = \
-include $(top_builddir)/config.h \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
- -I${top_srcdir}/src/abc \
-I${top_srcdir}/src
AM_CFLAGS = ${my_CFLAGS} \