repo.or.cz
/
got-portable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bump version number
[got-portable.git]
/
template
/
Makefile.am
blob
7c23955b9a3e23efe81424364607161b84b487c8
1
noinst_PROGRAMS = template
2
3
include $(top_builddir)/Makefile.common
4
5
template_SOURCES = template.c \
6
parse.y
7
8
EXTRA_DIST = got_compat.h
9
10
LDADD = $(LIBOBJS)