Blame


1 d2a5fcbb 2023-01-05 op noinst_PROGRAMS = template
2 cb11302c 2022-12-30 thomas
3 9590ecb0 2023-02-25 thomas include $(top_builddir)/Makefile.common
4 9590ecb0 2023-02-25 thomas
5 cb11302c 2022-12-30 thomas template_SOURCES = template.c \
6 cb11302c 2022-12-30 thomas parse.y
7 cb11302c 2022-12-30 thomas
8 9981e8e3 2023-01-19 thomas EXTRA_DIST = got_compat.h
9 cb11302c 2022-12-30 thomas
10 9981e8e3 2023-01-19 thomas LDADD = $(LIBOBJS)