]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Changes to support optional screen snap shot httpd server.
[flightgear.git] / src / Network / Makefile.am
index 5c1596cefc1cc678240de66a7c586a91c361f156..2eb3ace49849db59de5a1e54be4d46f4ddac3f5a 100644 (file)
@@ -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 \