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
3 SUBDIRS = include lib bin man etc doc
4
5 SUBDIRS += redhat
6
7 pkgconfigdir = $(libdir)/pkgconfig
8 pkgconfig_DATA = varnishapi.pc
9
10 EXTRA_DIST = LICENSE autogen.sh varnishapi.pc.in
11
12 install-data-local:
13         $(install_sh) -d -m 0755 $(DESTDIR)$(localstatedir)/varnish
Note: See TracBrowser for help on using the browser.