- now 'make distcheck' runs clean after using correct path in Makefile.am

- removed useles link to xml.cpp in ecore example
This commit is contained in:
Andreas Volz 2011-11-29 22:54:58 +01:00
parent ca33a290df
commit 7a3242b77f
9 changed files with 11 additions and 12 deletions

View file

@ -29,10 +29,10 @@ TestApp_SOURCES = \
TestAppIntroProvider.h
TestApp_LDFLAGS = \
../../../src/libdbus-c++-1.la
$(top_builddir)/src/libdbus-c++-1.la
TestApp_CXXFLAGS = \
-I../../../include
-I$(top_srcdir)/include
AM_CPPFLAGS =