projects
/
matthijs
/
upstream
/
backupninja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add makefile templates
[matthijs/upstream/backupninja.git]
/
examples
/
Makefile.am
1
2
EXAMPLES = example.dup example.ldap example.makecd example.mysql \
3
example.pgsql example.rdiff example.sh example.svn example.sys \
4
example.trac
5
6
EXTRA_DIST = $(EXAMPLES)
7
8
dist_pkgdata_DATA = $(EXAMPLES)
9