]> git.mxchange.org Git - simgear.git/blob - simgear/io/Makefile.am
Added a touch of error checking to the screen dump routine, i.e. don't
[simgear.git] / simgear / io / Makefile.am
1 includedir = @includedir@/io
2
3 lib_LIBRARIES = libsgio.a
4
5 include_HEADERS = \
6         iochannel.hxx \
7         sg_file.hxx \
8         sg_serial.hxx \
9         sg_socket.hxx
10
11 libsgio_a_SOURCES = \
12         iochannel.cxx \
13         sg_file.cxx \
14         sg_serial.cxx \
15         sg_socket.cxx 
16
17 INCLUDES += -I$(top_builddir)