1
0
Fork 0
flightgear/tests/Makefile.am
curt aea253a85c Updated build system to remove DEFS += -DFOO type lines. This doesn't seem
to be supported in recent versions of autoconf.
1999-06-24 20:38:31 +00:00

10 lines
249 B
Makefile

bin_PROGRAMS = est-epsilon gl-info test-mktime
est_epsilon_SOURCES = est-epsilon.c
est_epsilon_LDADD = $(base_LIBS)
gl_info_SOURCES = gl-info.c
gl_info_LDADD = $(opengl_LIBS)
test_mktime_SOURCES = test-mktime.cxx
test_mktime_LDADD = $(base_LIBS)