Commit 1dd25e40 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add bits from libvarnish to libvarnishapi for improved stand-alone-ish-ness.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4887 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent eab5066b
# $Id$
INCLUDES = -I$(top_srcdir)/include
INCLUDES = -I$(top_srcdir)/include @PCRE_CFLAGS@
lib_LTLIBRARIES = libvarnishapi.la
......@@ -9,8 +9,11 @@ libvarnishapi_la_LDFLAGS = -version-info 1:0:0
libvarnishapi_la_SOURCES = \
vsl.h \
\
../libvarnish/vin.c \
../libvarnish/assert.c \
../libvarnish/svn_version.c \
../libvarnish/version.c \
../libvarnish/vin.c \
../libvarnish/vre.c \
base64.c \
vsl.c \
vsl_arg.c \
......@@ -18,3 +21,5 @@ libvarnishapi_la_SOURCES = \
libvarnishapi_la_CFLAGS = \
-DVARNISH_STATE_DIR='"${VARNISH_STATE_DIR}"'
libvarnishapi_la_LIBADD = @PCRE_LIBS@
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