]> git.mxchange.org Git - simgear.git/blob - simgear/screen/Makefile.am
Updates to build system to better support automake-1.5
[simgear.git] / simgear / screen / Makefile.am
1 includedir = @includedir@/screen
2
3 lib_LIBRARIES = libsgscreen.a
4
5 include_HEADERS = screen-dump.hxx tr.h
6
7 libsgscreen_a_SOURCES = \
8         GLBitmaps.cxx GLBitmaps.h \
9         screen-dump.cxx \
10         tr.cxx \
11         win32-printer.h
12
13 if OLD_AUTOMAKE
14 INCLUDES += -I$(top_srcdir)
15 else
16 INCLUDES = -I$(top_srcdir)
17 endif