X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=c2bfba177e39c55c6cdeea5e07330c7eecf76891;hb=071a3d99b9f8a1f0c896fb17a8066e7d193d64a4;hp=10470774c1a878211f81e15417eef8b7a018a211;hpb=d55f2bd017a11c5eaf0c6150221ac51c75042830;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index 10470774c..c2bfba177 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,18 +16,6 @@ else MPLAYER_DIRS = endif -if ENABLE_MSERVER_AS -MSERVER_DIRS = Server -else -MSERVER_DIRS = -endif - -if ENABLE_NETWORK_OLK -NETWORK_DIRS = NetworkOLK -else -NETWORK_DIRS = -endif - SUBDIRS = \ Include \ Aircraft \ @@ -44,8 +32,6 @@ SUBDIRS = \ Navaids \ Network \ $(MPLAYER_DIRS) \ - $(MSERVER_DIRS) \ - $(NETWORK_DIRS) \ Objects \ Replay \ Scenery \