]> git.mxchange.org Git - simgear.git/blob - simgear/io/Makefile.am
9e17a42447a715c26dbf6ba3576e43c8be52fb40
[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_srcdir)