Initial commit
This commit is contained in:
10
ANW-URB/src/igmpproxy/igmpproxy-0.1/Makefile.am
Normal file
10
ANW-URB/src/igmpproxy/igmpproxy-0.1/Makefile.am
Normal file
@ -0,0 +1,10 @@
|
||||
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 ) > $@
|
Reference in New Issue
Block a user