fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/gapk/+/31857 )
Change subject: Makefile.am: remove unused AM_CPPFLAGS variable ......................................................................
Makefile.am: remove unused AM_CPPFLAGS variable
Change-Id: I435e1153db2092c8f1632a84c1f546b98031e101 --- M Makefile.am 1 file changed, 9 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/gapk refs/changes/57/31857/1
diff --git a/Makefile.am b/Makefile.am index 0093f0e..a1642d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libosmogapk.pc
-AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include - SUBDIRS = include
if ENABLE_GSMHR