]> git.mxchange.org Git - simgear.git/blob - simgear/screen/Makefile.am
Add some convenience functions to the SGPath function.
[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 include_HEADERS = $(IMAGE_SERVER_INCL) screen-dump.hxx tr.h
16
17 libsgscreen_a_SOURCES = \
18         GLBitmaps.cxx GLBitmaps.h \
19         $(IMAGE_SERVER_SRCS) \
20         screen-dump.cxx \
21         tr.cxx \
22         win32-printer.h
23
24 INCLUDES = -I$(top_srcdir)