Fixes for automake correctness.

This commit is contained in:
James Turner
2010-08-06 21:18:04 +01:00
parent c1762c709e
commit 7788cb288e
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ include_HEADERS = \
compiler.h constants.h sg_inlines.h version.h
if WANT_HEADLESS
METAR_DIRS =
SG_EXTRA_DIRS =
METAR_DIRS =
else
SG_EXTRA_DIRS = scene sound screen
METAR_DIRS = environment
@@ -35,6 +35,6 @@ SUBDIRS = \
$(SG_EXTRA_DIRS) \
$(SGTHREAD_DIR) \
serial \
timing \
timing
DIST_SUBDIRS = $(SUBDIRS) compatibility

View File

@@ -30,7 +30,7 @@ tcp_server_SOURCES = tcp_server.cxx
tcp_server_LDADD = \
libsgio.a \
$(top_builddir)/simgear/structure/libsgstructure.a \
$(top_builddir)/simgear/structure/libsgstructure.a \
$(top_builddir)/simgear/debug/libsgdebug.a \
$(top_builddir)/simgear/bucket/libsgbucket.a \
$(top_builddir)/simgear/misc/libsgmisc.a \