1
0
Fork 0
flightgear/src/Objects/Makefile.am

16 lines
345 B
Text
Raw Normal View History

1998-08-25 16:51:22 +00:00
noinst_LIBRARIES = libObjects.a
libObjects_a_SOURCES = \
apt_signs.cxx apt_signs.hxx \
dir_lights.cxx dir_lights.hxx \
newmat.cxx newmat.hxx \
matlib.cxx matlib.hxx \
obj.cxx obj.hxx \
texload.c texload.h colours.h
1998-08-25 16:51:22 +00:00
if OLD_AUTOMAKE
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
else
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
endif