summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Requests/Makefile.in
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-22 18:24:26 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-22 18:24:26 +0200
commit1af3eab2b23c67795b188e5edaf83bf47a8879bd (patch)
tree949611a5591a20533db9526a66272c7a693a15fd /src/Daemon/Requests/Makefile.in
parentfe6d06a7df225e79756229131f128981bbb83b40 (diff)
downloadmad-1af3eab2b23c67795b188e5edaf83bf47a8879bd.tar
mad-1af3eab2b23c67795b188e5edaf83bf47a8879bd.zip
NetworkLogger implementiert
Diffstat (limited to 'src/Daemon/Requests/Makefile.in')
-rw-r--r--src/Daemon/Requests/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Daemon/Requests/Makefile.in b/src/Daemon/Requests/Makefile.in
index 9a63acc..d915874 100644
--- a/src/Daemon/Requests/Makefile.in
+++ b/src/Daemon/Requests/Makefile.in
@@ -48,7 +48,7 @@ CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(noinst_LTLIBRARIES)
librequests_la_LIBADD =
-am_librequests_la_OBJECTS = IdentifyRequest.lo
+am_librequests_la_OBJECTS = IdentifyRequest.lo LogRequest.lo
librequests_la_OBJECTS = $(am_librequests_la_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -187,8 +187,8 @@ target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
noinst_LTLIBRARIES = librequests.la
-librequests_la_SOURCES = IdentifyRequest.cpp
-noinst_HEADERS = IdentifyRequest.h
+librequests_la_SOURCES = IdentifyRequest.cpp LogRequest.cpp
+noinst_HEADERS = IdentifyRequest.h LogRequest.h
all: all-am
.SUFFIXES:
@@ -241,6 +241,7 @@ distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IdentifyRequest.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LogRequest.Plo@am__quote@
.cpp.o:
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<