Codebase list squidview / 83e6a7bb-2789-41bd-b64a-b20c08907b6c/main Makefile.am
83e6a7bb-2789-41bd-b64a-b20c08907b6c/main

Tree @83e6a7bb-2789-41bd-b64a-b20c08907b6c/main (Download .tar.gz)

Makefile.am @83e6a7bb-2789-41bd-b64a-b20c08907b6c/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