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>
|
||||
|
||||
* iface/nips/nips_vm/Makefile.am: Do not install NipsVM.
|
||||
|
||||
* iface/nips/Makefile.am (empt_check_LDADD, dottynips_LDADD):
|
||||
Do not link libnipsvm.la here...
|
||||
(libspotnips_la_LIBADD): ... do it here.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
nipsvmdir = $(srcdir)
|
||||
|
||||
nipsvm_HEADERS = \
|
||||
noinst_HEADERS = \
|
||||
bytecode.h \
|
||||
hashtab.h \
|
||||
instr.h \
|
||||
|
|
@ -18,7 +16,7 @@ nipsvm_HEADERS = \
|
|||
timeval.h \
|
||||
tools.h
|
||||
|
||||
lib_LTLIBRARIES = libnipsvm.la
|
||||
noinst_LTLIBRARIES = libnipsvm.la
|
||||
|
||||
libnipsvm_la_SOURCES = \
|
||||
bytecode.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue