Ensure 'make dist' works.
This commit is contained in:
parent
7788cb288e
commit
7c294915c8
@ -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
|
||||||
#
|
#
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user