aligned makefiles to using include with paths

This commit is contained in:
john30
2017-02-25 14:59:31 +01:00
parent a85a5e940c
commit 551f71ba21
7 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,5 @@
AM_CXXFLAGS = -I$(top_srcdir)/src
AM_CXXFLAGS = -I$(top_srcdir)/src \
-isystem$(top_srcdir)
bin_PROGRAMS = ebusctl \
ebusfeed
@@ -17,4 +18,3 @@ endif
distclean-local:
-rm -f Makefile.in
-rm -rf .libs