- 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

@ -1,12 +1,12 @@
EXTRA_DIST =
AM_CPPFLAGS = -I$(top_srcdir)/include $(ecore_CFLAGS) $(xml_CFLAGS) -I$(top_srcdir)/tools
AM_CPPFLAGS = $(ecore_CFLAGS) $(xml_CFLAGS) -I$(top_srcdir)/include
if ENABLE_ECORE
noinst_PROGRAMS = dbus_ecore
endif
dbus_ecore_SOURCES = dbus_ecore-glue.h dbus_ecore.h dbus_ecore.cpp $(top_srcdir)/tools/xml.cpp
dbus_ecore_SOURCES = dbus_ecore-glue.h dbus_ecore.h dbus_ecore.cpp
dbus_ecore_LDADD = $(top_builddir)/src/libdbus-c++-ecore-1.la \
$(top_builddir)/src/libdbus-c++-1.la $(ecore_LIBS) $(xml_LIBS)

View file

@ -4,7 +4,6 @@
#include "dbus_ecore.h"
#include <xml.h>
#include <iostream>
#include <vector>