summaryrefslogtreecommitdiffstats
path: root/src/Net/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Net/Makefile.in')
-rw-r--r--src/Net/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Net/Makefile.in b/src/Net/Makefile.in
index 3281bc4..0715d58 100644
--- a/src/Net/Makefile.in
+++ b/src/Net/Makefile.in
@@ -45,7 +45,7 @@ CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(noinst_LTLIBRARIES)
libnet_la_LIBADD =
-am_libnet_la_OBJECTS = ClientConnection.lo
+am_libnet_la_OBJECTS = ClientConnection.lo Connection.lo Packet.lo
libnet_la_OBJECTS = $(am_libnet_la_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -178,9 +178,9 @@ target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
noinst_LTLIBRARIES = libnet.la
-libnet_la_SOURCES = ClientConnection.cpp
+libnet_la_SOURCES = ClientConnection.cpp Connection.cpp Packet.cpp
noinst_HEADERS = ClientConnection.h Connection.h Exception.h ConnectionException.h \
- InvalidAddressException.h IPAddress.h
+ InvalidAddressException.h IPAddress.h Packet.h
all: all-am
@@ -234,6 +234,8 @@ distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClientConnection.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Connection.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Packet.Plo@am__quote@
.cpp.o:
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<