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, 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