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
dist-hook:
(cd $(top_srcdir); $(HOME)/Projects/FlightGear/admin/am2dsp.pl)
rm -rf `find $(distdir)/projects -name CVS`
#
# Rule to build RPM distribution package
#

View File

@ -17,8 +17,7 @@ else
SGTHREAD_DIR =
endif
SUBDIRS = \
$(compatibility_DIR) \
SUBDIRS_ALWAYS = \
xml \
debug \
misc \
@ -28,13 +27,17 @@ SUBDIRS = \
io \
magvar \
math \
$(METAR_DIRS) \
nasal \
props \
route \
$(SG_EXTRA_DIRS) \
$(SGTHREAD_DIR) \
serial \
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