Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-03-21 19:23:33 +0000
committerStijn Buys <ingar@osirion.org>2008-03-21 19:23:33 +0000
commit7e99fac4552b402034e5fc3e833cbe8c274f95ce (patch)
tree15cdf32bdbfd690bcb4d841fe60f404b25cdd208 /src/net/Makefile.am
parentcb52e5bd8da01ab2e7976fcd8bfc34e190265ed5 (diff)
removed
Diffstat (limited to 'src/net/Makefile.am')
-rw-r--r--src/net/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/Makefile.am b/src/net/Makefile.am
deleted file mode 100644
index 219163b..0000000
--- a/src/net/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src
-METASOURCES = AUTO
-noinst_LTLIBRARIES = libnet.la
-libnet_la_LDFLAGS = -avoid-version -no-undefined
-libnet_la_SOURCES = tcpclient.cc tcpconnection.cc tcpserver.cc
-libnet_la_LIBADD = $(top_builddir)/src/sys/libsys.la