summaryrefslogtreecommitdiffstats
path: root/src/Client/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client/Makefile.in')
-rw-r--r--src/Client/Makefile.in7
1 files changed, 4 insertions, 3 deletions
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: