Blame


1 d2a5fcbb 2023-01-05 op noinst_PROGRAMS = template
2 cb11302c 2022-12-30 thomas
3 cb11302c 2022-12-30 thomas template_SOURCES = template.c \
4 cb11302c 2022-12-30 thomas parse.y
5 cb11302c 2022-12-30 thomas
6 9981e8e3 2023-01-19 thomas EXTRA_DIST = got_compat.h
7 cb11302c 2022-12-30 thomas
8 9981e8e3 2023-01-19 thomas LDADD = $(LIBOBJS)