X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Lib%2FMakefile.am;h=36d5ced419948d013511bfffe4ded1b11f35e2e7;hb=54352225f1e5a1fcfc021ba0181b292eecd2c2d5;hp=73035a69ec8b93373b36197f08dfe3491bfa26b4;hpb=0b7d4c8c1e9f93eb6d4ad15945e74db39897ba0a;p=flightgear.git diff --git a/Lib/Makefile.am b/Lib/Makefile.am index 73035a69e..36d5ced41 100644 --- a/Lib/Makefile.am +++ b/Lib/Makefile.am @@ -4,4 +4,21 @@ else AUDIO_DIRS = endif -SUBDIRS = $(AUDIO_DIRS) Bucket Debug DEM gpc Math Misc PUI XGL zlib +if ENABLE_UNIX_SERIAL +SERIAL_DIRS = Serial +else +SERIAL_DIRS = +endif + +SUBDIRS = \ + $(AUDIO_DIRS) \ + Bucket \ + Debug \ + DEM \ + gpc \ + Math \ + Misc \ + PUI \ + $(SERIAL_DIRS) \ + XGL\ + zlib