]> git.mxchange.org Git - simgear.git/blob - simgear/screen/Makefile.am
fix a coredump situation, discovered by Melchior.
[simgear.git] / simgear / screen / Makefile.am
1 includedir = @includedir@/screen
2
3 lib_LIBRARIES = libsgscreen.a
4
5 EXTRA_DIST = jpgfactory.cxx jpgfactory.hxx
6
7 if ENABLE_JPEG_SERVER
8 IMAGE_SERVER_INCL = jpgfactory.hxx
9 IMAGE_SERVER_SRCS = jpgfactory.cxx
10 else
11 IMAGE_SERVER_INCL = 
12 IMAGE_SERVER_SRCS = 
13 endif
14
15 noinst_HEADERS = colours.h GLBitmaps.h
16
17 include_HEADERS = \
18         colors.hxx \
19         texture.hxx \
20         $(IMAGE_SERVER_INCL) \
21         screen-dump.hxx \
22         extensions.hxx \
23         RenderTexture.h \
24         tr.h
25
26 libsgscreen_a_SOURCES = \
27         texture.cxx \
28         GLBitmaps.cxx \
29         $(IMAGE_SERVER_SRCS) \
30         screen-dump.cxx \
31         tr.cxx \
32         extensions.cxx \
33         RenderTexture.cpp \
34         win32-printer.h
35
36 INCLUDES = -I$(top_srcdir) -DGLX_GLXEXT_PROTOTYPES