Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: bc2f7416fbc033fecc44f29bbbb8e76a4ef5d400 (plain)
1
2
3
4
5
6
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