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-11-08 13:53:28 +0000
committerStijn Buys <ingar@osirion.org>2008-11-08 13:53:28 +0000
commit016d769e2b353d28b40f9c045f8e6d004d83bec1 (patch)
treeb797be0fc03d146427af2601762e6460cf880084 /src/dedicated/Makefile.am
parentdbb28ef3422bf2442e15d75fd52180cfb9b40102 (diff)
renaming server namespace to dedicated
Diffstat (limited to 'src/dedicated/Makefile.am')
-rw-r--r--src/dedicated/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dedicated/Makefile.am b/src/dedicated/Makefile.am
new file mode 100644
index 0000000..bc2f741
--- /dev/null
+++ b/src/dedicated/Makefile.am
@@ -0,0 +1,7 @@
+METASOURCES = AUTO
+libserver_la_SOURCES = console.cc server.cc
+noinst_HEADERS = console.h server.h
+noinst_LTLIBRARIES = libserver.la
+INCLUDES = -I$(top_srcdir)/src
+libserver_la_LDFLAGS = -avoid-version -no-undefined
+libserver_la_LIBADD = $(top_builddir)/src/core/libcore.la