Ensure 'make dist' works.

This commit is contained in:
James Turner 2010-08-07 09:09:58 +01:00
parent 7788cb288e
commit 7c294915c8
2 changed files with 9 additions and 10 deletions

View File

@ -10,10 +10,6 @@ EXTRA_DIST = \
SUBDIRS = simgear SUBDIRS = simgear
dist-hook:
(cd $(top_srcdir); $(HOME)/Projects/FlightGear/admin/am2dsp.pl)
rm -rf `find $(distdir)/projects -name CVS`
# #
# Rule to build RPM distribution package # Rule to build RPM distribution package
# #

View File

@ -17,8 +17,7 @@ else
SGTHREAD_DIR = SGTHREAD_DIR =
endif endif
SUBDIRS = \ SUBDIRS_ALWAYS = \
$(compatibility_DIR) \
xml \ xml \
debug \ debug \
misc \ misc \
@ -28,13 +27,17 @@ SUBDIRS = \
io \ io \
magvar \ magvar \
math \ math \
$(METAR_DIRS) \
nasal \ nasal \
props \ props \
route \ route \
$(SG_EXTRA_DIRS) \
$(SGTHREAD_DIR) \
serial \ serial \
timing timing
DIST_SUBDIRS = $(SUBDIRS) compatibility SUBDIRS = $(SUBDIRS_ALWAYS) \
$(compatibility_DIR) \
$(METAR_DIRS) \
$(SG_EXTRA_DIRS) \
$(SGTHREAD_DIR)
DIST_SUBDIRS = $(SUBDIRS_ALWAYS) compatibility scene sound screen environment threads