Commit 3aecdc8a authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

build: Manage libvcc with libtool

It's still a static library, but the build is slightly more uniform.
parent eae509ef
......@@ -175,7 +175,7 @@ varnishd_CFLAGS = \
varnishd_LDFLAGS = -export-dynamic
varnishd_LDADD = \
$(top_builddir)/lib/libvcc/libvcc.a \
$(top_builddir)/lib/libvcc/libvcc.la \
$(top_builddir)/lib/libvarnish/libvarnish.la \
$(top_builddir)/lib/libvgz/libvgz.a \
@JEMALLOC_LDADD@ \
......
......@@ -6,9 +6,9 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_builddir)/include
noinst_LIBRARIES = libvcc.a
noinst_LTLIBRARIES = libvcc.la
libvcc_a_SOURCES = \
libvcc_la_SOURCES = \
vcc_compile.h \
vcc_namespace.h \
vcc_token_defs.h \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment