From 664f84796fdbaf64d2d187fcb0e5f4bdc1613235 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 2 Jun 2008 15:32:12 +0200 Subject: [PATCH] do not install nips VM --- ChangeLog | 2 ++ iface/nips/nips_vm/Makefile.am | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 77c3bf529..c7994a1fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-06-02 Alexandre Duret-Lutz + * 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. diff --git a/iface/nips/nips_vm/Makefile.am b/iface/nips/nips_vm/Makefile.am index 18fe61847..780d4f284 100644 --- a/iface/nips/nips_vm/Makefile.am +++ b/iface/nips/nips_vm/Makefile.am @@ -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 \