[systemd-devel] [PATCH 1/5] Makefile.am: Don't add abc subdirectory to include path
Josh Triplett
josh at joshtriplett.org
Sat Dec 6 14:46:45 PST 2014
Source files, including those in the library itself, should include
<abc/example.h>, not <example.h>.
---
Makefile.am | 1 -
1 file changed, 1 deletion(-)
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} \
--
2.1.3
More information about the systemd-devel
mailing list