factorize linking of libnipsvm.la
This commit is contained in:
parent
ed589d8c5a
commit
73b286cfcb
2 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2008-06-02 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* iface/nips/Makefile.am (empt_check_LDADD, dottynips_LDADD):
|
||||
Do not link libnipsvm.la here...
|
||||
(libspotnips_la_LIBADD): ... do it here.
|
||||
|
||||
2008-05-29 Guillaume SADEGH <sadegh@lrde.epita.fr>
|
||||
|
||||
* iface/nips/nips.cc, iface/nips/nips.hh, iface/nips/common.cc,
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ nips_HEADERS = \
|
|||
nips.hh
|
||||
|
||||
lib_LTLIBRARIES = libspotnips.la
|
||||
libspotnips_la_LIBADD = $(top_builddir)/src/libspot.la
|
||||
libspotnips_la_LIBADD = $(top_builddir)/src/libspot.la $(builddir)/nips_vm/libnipsvm.la
|
||||
libspotnips_la_SOURCES = \
|
||||
common.cc \
|
||||
nips.cc
|
||||
|
|
@ -38,9 +38,9 @@ noinst_PROGRAMS = \
|
|||
dottynips empt_check
|
||||
|
||||
dottynips_SOURCES = dottynips.cc
|
||||
dottynips_LDADD = libspotnips.la $(builddir)/nips_vm/libnipsvm.la
|
||||
dottynips_LDADD = libspotnips.la
|
||||
|
||||
empt_check_SOURCES = emptiness_check.cc
|
||||
empt_check_LDADD = libspotnips.la $(builddir)/nips_vm/libnipsvm.la
|
||||
empt_check_LDADD = libspotnips.la
|
||||
|
||||
SUBDIRS = nips_vm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue