Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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