server: shutdown command should lead to exit without evaluating the rest
[fw/openocd] / src / server / Makefile.am
index ac24ebb5598cd7fbfd85479bccfff074e1990ae8..04d3035f452870fda945cd3721f88a6a6bc5cd1f 100644 (file)
@@ -1,16 +1,11 @@
-AM_CPPFLAGS = \
-       -I$(top_srcdir)/src \
-       -I$(top_builddir)/src \
-       -DPKGDATADIR=\"$(pkgdatadir)\"
+include $(top_srcdir)/common.mk
 
 METASOURCES = AUTO
 noinst_LTLIBRARIES = libserver.la
 noinst_HEADERS = server.h telnet_server.h gdb_server.h
 libserver_la_SOURCES = server.c telnet_server.c gdb_server.c
 
-if !ECOSBOARD
 libserver_la_SOURCES += server_stubs.c
-endif
 
 libserver_la_CFLAGS =
 if IS_MINGW