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:
parent
1e94128bbd
commit
617ec6be21
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
Loading…
Reference in a new issue