Codebase list squidview / 0aee74bf-ae17-4a50-ac95-b43b377dc158/main Makefile.am
0aee74bf-ae17-4a50-ac95-b43b377dc158/main

Tree @0aee74bf-ae17-4a50-ac95-b43b377dc158/main (Download .tar.gz)

Makefile.am @0aee74bf-ae17-4a50-ac95-b43b377dc158/mainraw · 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