X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=c2bfba177e39c55c6cdeea5e07330c7eecf76891;hb=071a3d99b9f8a1f0c896fb17a8066e7d193d64a4;hp=ce31e6ebb9789f6ef74c93671d887becf4e05a27;hpb=e46c59d4d0d63026dc7b9a5f89caf784a5aa57ec;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index ce31e6ebb..c2bfba177 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,12 +16,6 @@ else MPLAYER_DIRS = endif -if ENABLE_NETWORK_OLK -NETWORK_DIRS = NetworkOLK -else -NETWORK_DIRS = -endif - SUBDIRS = \ Include \ Aircraft \ @@ -38,8 +32,8 @@ SUBDIRS = \ Navaids \ Network \ $(MPLAYER_DIRS) \ - $(NETWORK_DIRS) \ Objects \ + Replay \ Scenery \ $(SCRIPTING_DIRS) \ Sound \