summaryrefslogtreecommitdiffstats
path: root/src/Common/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Makefile.in')
-rw-r--r--src/Common/Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/Common/Makefile.in b/src/Common/Makefile.in
index d2e1f59..39ba3b6 100644
--- a/src/Common/Makefile.in
+++ b/src/Common/Makefile.in
@@ -44,9 +44,10 @@ mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(noinst_LTLIBRARIES)
-libcommon_la_DEPENDENCIES = Backends/libbackends.la
+libcommon_la_DEPENDENCIES = Backends/libbackends.la \
+ Request/librequest.la RequestHandler/librequesthandler.la
am_libcommon_la_OBJECTS = ConfigManager.lo RequestManager.lo \
- SystemBackend.lo
+ SystemBackend.lo Util.lo
libcommon_la_OBJECTS = $(am_libcommon_la_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -194,8 +195,8 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = Backends Request RequestHandler
noinst_LTLIBRARIES = libcommon.la
-libcommon_la_SOURCES = ConfigManager.cpp RequestManager.cpp SystemBackend.cpp
-libcommon_la_LIBADD = Backends/libbackends.la
+libcommon_la_SOURCES = ConfigManager.cpp RequestManager.cpp SystemBackend.cpp Util.cpp
+libcommon_la_LIBADD = Backends/libbackends.la Request/librequest.la RequestHandler/librequesthandler.la
noinst_HEADERS = ConfigManager.h RequestManager.h SystemBackend.h Util.h
all: all-recursive
@@ -251,6 +252,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigManager.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RequestManager.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SystemBackend.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Util.Plo@am__quote@
.cpp.o:
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<