From 37b452c361d99ca809c699b6968df3723f0cadb9 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 25 Sep 2008 21:15:48 +0200 Subject: Teile vom CommandParser als CommandManager abgespalten --- src/Client/Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/Client/Makefile.in') diff --git a/src/Client/Makefile.in b/src/Client/Makefile.in index 7af2949..b9e2d98 100644 --- a/src/Client/Makefile.in +++ b/src/Client/Makefile.in @@ -48,7 +48,7 @@ CONFIG_HEADER = $(top_builddir)/src/config.h CONFIG_CLEAN_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libclient_la_DEPENDENCIES = Requests/librequests.la -am_libclient_la_OBJECTS = CommandParser.lo +am_libclient_la_OBJECTS = CommandManager.lo CommandParser.lo libclient_la_OBJECTS = $(am_libclient_la_OBJECTS) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -198,9 +198,9 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = Requests noinst_LTLIBRARIES = libclient.la -libclient_la_SOURCES = CommandParser.cpp +libclient_la_SOURCES = CommandManager.cpp CommandParser.cpp libclient_la_LIBADD = Requests/librequests.la -noinst_HEADERS = CommandParser.h +noinst_HEADERS = CommandManager.h CommandParser.h all: all-recursive .SUFFIXES: @@ -252,6 +252,7 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CommandManager.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CommandParser.Plo@am__quote@ .cpp.o: -- cgit v1.2.3