X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscreen%2FMakefile.am;h=37eac01847204e98510d62898126c172a396e024;hb=04a47dfb8d96a58352b16658eb12d4aed90a97e8;hp=0e5129e7bc90c2112fd53a1f3078ba11484029ff;hpb=530d2309e7599f240cc8fffbbb5c664f73e169e8;p=simgear.git diff --git a/simgear/screen/Makefile.am b/simgear/screen/Makefile.am index 0e5129e7..37eac018 100644 --- a/simgear/screen/Makefile.am +++ b/simgear/screen/Makefile.am @@ -12,37 +12,19 @@ IMAGE_SERVER_INCL = IMAGE_SERVER_SRCS = endif -noinst_HEADERS = GLBitmaps.h - include_HEADERS = \ - colors.hxx \ $(IMAGE_SERVER_INCL) \ screen-dump.hxx \ - extensions.hxx \ - RenderTexture.h \ - shader.h \ - tr.h + colors.hxx \ + tr.h \ + extensions.hxx libsgscreen_a_SOURCES = \ - GLBitmaps.cxx \ $(IMAGE_SERVER_SRCS) \ screen-dump.cxx \ tr.cxx \ - extensions.cxx \ - RenderTexture.cpp \ - shader.cpp \ - win32-printer.h + extensions.cxx + -if HAVE_GLUT -noinst_PROGRAMS = TestRenderTexture - -TestRenderTexture_SOURCES = TestRenderTexture.cpp - -TestRenderTexture_LDADD = \ - libsgscreen.a \ - $(top_builddir)/simgear/debug/libsgdebug.a \ - $(opengl_LIBS) \ - -ldl -endif +INCLUDES = -I$(top_srcdir) -I$(top_builddir) -INCLUDES = -I$(top_srcdir) -I$(top_builddir) -DGLX_GLXEXT_PROTOTYPES