* Add missing $(top_builddir) to Makefile.am

This commit is contained in:
micha-bbg
2012-04-22 00:29:25 +02:00
parent 3fd93dd0f8
commit f36ee26d87
19 changed files with 20 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ AM_CXXFLAGS = -fno-rtti -fno-exceptions
SUBDIRS = pictureviewer audiodec
INCLUDES = \
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/zapit/include \

View File

@@ -1,8 +1,10 @@
AM_CXXFLAGS = -fno-rtti -fno-exceptions
INCLUDES = \
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/driver/audiodec \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/src/zapit/include \
-I$(top_srcdir)/lib/libconfigfile \

View File

@@ -1,6 +1,7 @@
AM_CXXFLAGS = -fno-rtti -fno-exceptions
INCLUDES = \
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/zapit/include \