Files
Office_Networks/NONE-WF/src/igmpproxy/igmpproxy-0.1/Makefile.am
2018-05-08 03:01:03 +02:00

11 lines
281 B
Makefile

SUBDIRS = doc src
EXTRA_DIST = GPL.txt Stanford.txt
dist_sysconf_DATA = igmpproxy.conf
ChangeLog:
git --git-dir=$(srcdir)/.git log > $@
AUTHORS: ChangeLog
( echo "Authors and contributors, in alphabetical order: "; echo; \
sed -r "s/^Author: (.*)/\1/;t;d" $< | sort -u ) > $@