Added.
This commit is contained in:
parent
485230b443
commit
afdda1c821
1 changed files with 30 additions and 0 deletions
30
src/Makefile.am
Normal file
30
src/Makefile.am
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
if ENABLE_OLD_WEATHER
|
||||||
|
WEATHER_DIR = Weather
|
||||||
|
else
|
||||||
|
WEATHER_DIR = WeatherCM
|
||||||
|
endif
|
||||||
|
|
||||||
|
if ENABLE_NETWORK_OLK
|
||||||
|
NETWORK_DIRS = Network NetworkOLK
|
||||||
|
else
|
||||||
|
NETWORK_DIRS = Network
|
||||||
|
endif
|
||||||
|
|
||||||
|
SUBDIRS = \
|
||||||
|
Include \
|
||||||
|
Aircraft \
|
||||||
|
Airports \
|
||||||
|
Astro \
|
||||||
|
Autopilot \
|
||||||
|
Clouds \
|
||||||
|
Cockpit \
|
||||||
|
Controls \
|
||||||
|
FDM \
|
||||||
|
GUI \
|
||||||
|
Joystick \
|
||||||
|
$(NETWORK_DIRS) \
|
||||||
|
Objects \
|
||||||
|
Scenery \
|
||||||
|
Time \
|
||||||
|
$(WEATHER_DIR) \
|
||||||
|
Main
|
Loading…
Reference in a new issue