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

14 lines
346 B
Text
Raw Normal View History

# libdir = ${exec_prefix}/lib
# lib_LTLIBRARIES = libEnvironment.la
# libEnvironment_la_SOURCES = environment.c environment.h
noinst_LIBRARIES = libEnvironment.a
libEnvironment_a_SOURCES = environment.cxx environment.hxx
if OLD_AUTOMAKE
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
else
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
endif