File: Makefile.am

package info (click to toggle)
varnish 1.1.2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,220 kB
  • ctags: 1,778
  • sloc: ansic: 17,911; sh: 9,315; xml: 692; makefile: 353
file content (13 lines) | stat: -rw-r--r-- 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: Makefile.am 2150 2007-10-19 12:01:19Z des $

INCLUDES = -I$(top_srcdir)/include

lib_LTLIBRARIES = libvarnishapi.la

libvarnishapi_la_SOURCES = \
	base64.c \
	instance.c \
	shmlog.c

libvarnishapi_la_CFLAGS = -include config.h \
	-DVARNISH_STATE_DIR='"${VARNISH_STATE_DIR}"'