Codebase list squidview / debian/0.79-2 Makefile.am
debian/0.79-2

Tree @debian/0.79-2 (Download .tar.gz)

Makefile.am @debian/0.79-2raw · history · blame

1
2
3
4
5
6
7
AUTOMAKE_OPTIONS = gnu
AM_CPPFLAGS = -DSHAREDIR='"$(datadir)/$(PACKAGE)"'
bin_PROGRAMS = squidview
squidview_SOURCES = squidview.cpp squidview.h
pkgdata_DATA = HOWTO BUGS users words aliases example.log
man_MANS = squidview.1
EXTRA_DIST = Makefile.old HOWTO BUGS $(man_MANS) users words aliases example.log