X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscreen%2FMakefile.am;h=37eac01847204e98510d62898126c172a396e024;hb=04a47dfb8d96a58352b16658eb12d4aed90a97e8;hp=60df6eb28d6782ba24eb6eb0c3137ca7e840c494;hpb=f1c00cdd18303693f1ecd3387eccf4c7c7ac9c44;p=simgear.git diff --git a/simgear/screen/Makefile.am b/simgear/screen/Makefile.am index 60df6eb2..37eac018 100644 --- a/simgear/screen/Makefile.am +++ b/simgear/screen/Makefile.am @@ -2,11 +2,29 @@ includedir = @includedir@/screen lib_LIBRARIES = libsgscreen.a -include_HEADERS = screen-dump.hxx +EXTRA_DIST = jpgfactory.cxx jpgfactory.hxx + +if ENABLE_JPEG_SERVER +IMAGE_SERVER_INCL = jpgfactory.hxx +IMAGE_SERVER_SRCS = jpgfactory.cxx +else +IMAGE_SERVER_INCL = +IMAGE_SERVER_SRCS = +endif + +include_HEADERS = \ + $(IMAGE_SERVER_INCL) \ + screen-dump.hxx \ + colors.hxx \ + tr.h \ + extensions.hxx libsgscreen_a_SOURCES = \ - GLBitmaps.cxx GLBitmaps.h \ + $(IMAGE_SERVER_SRCS) \ screen-dump.cxx \ - win32-printer.h + tr.cxx \ + extensions.cxx + + +INCLUDES = -I$(top_srcdir) -I$(top_builddir) -INCLUDES += -I$(top_srcdir)