summaryrefslogtreecommitdiffstats
path: root/src/Common/Requests/Makefile.in
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-16 02:05:23 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-16 02:05:23 +0200
commita37ee55e14db26ca273ddeca5b0ab0fb8c8de77c (patch)
tree43918247dc30687a6039aaa8670144d548106d06 /src/Common/Requests/Makefile.in
parentcc35771abf4fc7e0dd472bd818ff2b4962c7e204 (diff)
downloadmad-a37ee55e14db26ca273ddeca5b0ab0fb8c8de77c.tar
mad-a37ee55e14db26ca273ddeca5b0ab0fb8c8de77c.zip
IdentifiyRequest nach Daemon/Requests verschoben
Diffstat (limited to 'src/Common/Requests/Makefile.in')
-rw-r--r--src/Common/Requests/Makefile.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Common/Requests/Makefile.in b/src/Common/Requests/Makefile.in
index d3c4783..c118beb 100644
--- a/src/Common/Requests/Makefile.in
+++ b/src/Common/Requests/Makefile.in
@@ -45,8 +45,7 @@ CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(noinst_LTLIBRARIES)
librequests_la_LIBADD =
-am_librequests_la_OBJECTS = DisconnectRequest.lo GSSAPIAuthRequest.lo \
- IdentifyRequest.lo
+am_librequests_la_OBJECTS = DisconnectRequest.lo GSSAPIAuthRequest.lo
librequests_la_OBJECTS = $(am_librequests_la_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -185,8 +184,8 @@ target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
noinst_LTLIBRARIES = librequests.la
-librequests_la_SOURCES = DisconnectRequest.cpp GSSAPIAuthRequest.cpp IdentifyRequest.cpp
-noinst_HEADERS = DisconnectRequest.h GSSAPIAuthRequest.h IdentifyRequest.h
+librequests_la_SOURCES = DisconnectRequest.cpp GSSAPIAuthRequest.cpp
+noinst_HEADERS = DisconnectRequest.h GSSAPIAuthRequest.h
all: all-am
.SUFFIXES:
@@ -240,7 +239,6 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DisconnectRequest.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GSSAPIAuthRequest.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IdentifyRequest.Plo@am__quote@
.cpp.o:
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<