2014-08-14 Fred Gleason <fredg@paravelsystems.com>

* Amalgamated INCLUDE Makefile entries into AM_CPPFLAGS.
	* Added '-Wno-portability' to the invocation of 'automake' in
	'autogen.sh'.
This commit is contained in:
Fred Gleason
2014-08-14 13:20:26 -04:00
parent 8c7dd1d861
commit 6532b723b2
47 changed files with 49 additions and 89 deletions

View File

@@ -23,8 +23,7 @@
##
## Use automake to process this into a Makefile.in
AM_CPPFLAGS = -Wall @QT_CXXFLAGS@
INCLUDES = -I$(top_srcdir)/lib
AM_CPPFLAGS = -Wall @QT_CXXFLAGS@ -I$(top_srcdir)/lib
LIBS = @QT_LIBS@ -L$(top_srcdir)/lib
MOC = @QT_MOC@