Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
73b286cf
Commit
73b286cf
authored
Jun 02, 2008
by
Alexandre Duret-Lutz
Browse files
factorize linking of libnipsvm.la
parent
ed589d8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
73b286cf
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,
...
...
iface/nips/Makefile.am
View file @
73b286cf
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment