root/trunk/varnish-cache/Makefile.am

Revision 2779, 264 bytes (checked in by tfheen, 2 years ago)

Stop distributing debian/ in the tarball

  • Property svn:keywords set to Id
Line 
1# $Id$
2
3SUBDIRS = include lib bin man etc doc
4
5SUBDIRS += redhat
6
7pkgconfigdir = $(libdir)/pkgconfig
8pkgconfig_DATA = varnishapi.pc
9
10EXTRA_DIST = LICENSE autogen.sh varnishapi.pc.in
11
12install-data-local:
13        $(install_sh) -d -m 0755 $(DESTDIR)$(localstatedir)/varnish
Note: See TracBrowser for help on using the browser.