blob: 879829e1f99170557304a5aef63f9a7735035829 (
plain)
1
2
3
4
5
6
7
|
METASOURCES = AUTO
libdedicated_la_SOURCES = console.cc dedicated.cc
noinst_HEADERS = console.h dedicated.h
noinst_LTLIBRARIES = libdedicated.la
INCLUDES = -I$(top_srcdir)/src
libdedicated_la_LDFLAGS = -avoid-version -no-undefined
libdedicated_la_LIBADD = $(top_builddir)/src/core/libcore.la
|