1
0
Fork 0

Changes to the automake/autoconf system to reduce the number of libraries

that are unnecessarily linked into the various executables.
This commit is contained in:
curt 1998-11-04 23:01:41 +00:00
parent 1e94128bbd
commit 617ec6be21

View file

@ -9,7 +9,10 @@ endif
bin_PROGRAMS = est-epsilon gl-info test-mktime bin_PROGRAMS = est-epsilon gl-info test-mktime
est_epsilon_SOURCES = est-epsilon.c est_epsilon_SOURCES = est-epsilon.c
est_epsilon_LDADD = $(base_LIBS)
gl_info_SOURCES = gl-info.c gl_info_SOURCES = gl-info.c
gl_info_LDADD = $(opengl_LIBS) $(base_LIBS)
test_mktime_SOURCES = test-mktime.cxx test_mktime_SOURCES = test-mktime.cxx
test_mktime_LDADD = $(base_LIBS)