1
0
Fork 0
flightgear/Makedir/Makefile.am
curt 66f4bab7a0 Changes to the automake/autoconf system to reduce the number of libraries
that are unnecessarily linked into the various executables.
1998-11-04 23:01:43 +00:00

9 lines
182 B
Makefile

bin_PROGRAMS = makedir
makedir_SOURCES = makedir.cxx
makedir_LDADD = \
$(top_builddir)/Lib/Bucket/libBucket.a \
$(base_LIBS)
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib