From e8ce659d0b0c9f399b55d2abb258b2f52af31cb6 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 6 Jul 2008 20:23:32 +0200 Subject: ConfigurationManager hinzugef?gt; Listener-Adressen aus Konfiguration lesen --- src/Common/Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/Common/Makefile.in') diff --git a/src/Common/Makefile.in b/src/Common/Makefile.in index 55e52ce..48224e7 100644 --- a/src/Common/Makefile.in +++ b/src/Common/Makefile.in @@ -45,7 +45,7 @@ CONFIG_HEADER = $(top_builddir)/src/config.h CONFIG_CLEAN_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libcommon_la_LIBADD = -am_libcommon_la_OBJECTS = RequestManager.lo +am_libcommon_la_OBJECTS = ConfigManager.lo RequestManager.lo libcommon_la_OBJECTS = $(am_libcommon_la_OBJECTS) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -180,8 +180,8 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ noinst_LTLIBRARIES = libcommon.la -libcommon_la_SOURCES = RequestManager.cpp -noinst_HEADERS = Request.h RequestManager.h +libcommon_la_SOURCES = ConfigManager.cpp RequestManager.cpp +noinst_HEADERS = ConfigManager.h Request.h RequestManager.h Util.h all: all-am .SUFFIXES: @@ -233,6 +233,7 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigManager.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RequestManager.Plo@am__quote@ .cpp.o: -- cgit v1.2.3