X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2FMakefile.am;h=2eb3ace49849db59de5a1e54be4d46f4ddac3f5a;hb=e75f6a8f0100f847cbe1bb8fc83a0c466dbe44f5;hp=5c1596cefc1cc678240de66a7c586a91c361f156;hpb=1fa4c88d0e6e5654bcd6e9738ebf4af6dc0bba50;p=flightgear.git diff --git a/src/Network/Makefile.am b/src/Network/Makefile.am index 5c1596cef..2eb3ace49 100644 --- a/src/Network/Makefile.am +++ b/src/Network/Makefile.am @@ -1,10 +1,17 @@ noinst_LIBRARIES = libNetwork.a +if ENABLE_JPEG_SERVER +JPEG_SERVER = jpg-httpd.cxx jpg-httpd.hxx +else +JPEG_SERVER = +endif + libNetwork_a_SOURCES = \ protocol.cxx protocol.hxx \ atlas.cxx atlas.hxx \ garmin.cxx garmin.hxx \ httpd.cxx httpd.hxx \ + $(JPEG_SERVER) \ joyclient.cxx joyclient.hxx \ native.cxx native.hxx \ native_ctrls.cxx native_ctrls.hxx \