do not install nips VM
This commit is contained in:
parent
73b286cfcb
commit
664f84796f
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2008-06-02 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2008-06-02 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* iface/nips/nips_vm/Makefile.am: Do not install NipsVM.
|
||||||
|
|
||||||
* iface/nips/Makefile.am (empt_check_LDADD, dottynips_LDADD):
|
* iface/nips/Makefile.am (empt_check_LDADD, dottynips_LDADD):
|
||||||
Do not link libnipsvm.la here...
|
Do not link libnipsvm.la here...
|
||||||
(libspotnips_la_LIBADD): ... do it here.
|
(libspotnips_la_LIBADD): ... do it here.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
nipsvmdir = $(srcdir)
|
noinst_HEADERS = \
|
||||||
|
|
||||||
nipsvm_HEADERS = \
|
|
||||||
bytecode.h \
|
bytecode.h \
|
||||||
hashtab.h \
|
hashtab.h \
|
||||||
instr.h \
|
instr.h \
|
||||||
|
|
@ -18,7 +16,7 @@ nipsvm_HEADERS = \
|
||||||
timeval.h \
|
timeval.h \
|
||||||
tools.h
|
tools.h
|
||||||
|
|
||||||
lib_LTLIBRARIES = libnipsvm.la
|
noinst_LTLIBRARIES = libnipsvm.la
|
||||||
|
|
||||||
libnipsvm_la_SOURCES = \
|
libnipsvm_la_SOURCES = \
|
||||||
bytecode.c \
|
bytecode.c \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue