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-02-13 22:53:01 +0000
committerStijn Buys <ingar@osirion.org>2008-02-13 22:53:01 +0000
commit83e8023c5e46635753a609329cf9805a3520001e (patch)
tree23df93da350bb5e9bf084b5e64b506d8831fa013 /src/net/Makefile.am
parent4c915658355ae3eeee195ef929fdf7453397edd5 (diff)
network subsystem initial import
Diffstat (limited to 'src/net/Makefile.am')
-rw-r--r--src/net/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/Makefile.am b/src/net/Makefile.am
new file mode 100644
index 0000000..219163b
--- /dev/null
+++ b/src/net/Makefile.am
@@ -0,0 +1,6 @@
+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