X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscreen%2FMakefile.am;h=37eac01847204e98510d62898126c172a396e024;hb=04a47dfb8d96a58352b16658eb12d4aed90a97e8;hp=5e8fe44b930c6ab743c5828f6662882de7e11811;hpb=95c6c168514a8a9d769a1ca39cc8cedb5fa4969d;p=simgear.git diff --git a/simgear/screen/Makefile.am b/simgear/screen/Makefile.am index 5e8fe44b..37eac018 100644 --- a/simgear/screen/Makefile.am +++ b/simgear/screen/Makefile.am @@ -13,17 +13,18 @@ IMAGE_SERVER_SRCS = endif include_HEADERS = \ - texture.hxx \ $(IMAGE_SERVER_INCL) \ screen-dump.hxx \ - tr.h + colors.hxx \ + tr.h \ + extensions.hxx libsgscreen_a_SOURCES = \ - texture.cxx \ - GLBitmaps.cxx GLBitmaps.h \ $(IMAGE_SERVER_SRCS) \ screen-dump.cxx \ - tr.cxx \ - win32-printer.h + tr.cxx \ + extensions.cxx + + +INCLUDES = -I$(top_srcdir) -I$(top_builddir) -INCLUDES = -I$(top_srcdir)