]> git.ipfire.org Git - thirdparty/squid.git/blame - src/anyp/Makefile.am
Typo in certificate_db.cc
[thirdparty/squid.git] / src / anyp / Makefile.am
CommitLineData
0c3d3f65
AJ
1include $(top_srcdir)/src/Common.am
2include $(top_srcdir)/src/TestHeaders.am
3
4noinst_LTLIBRARIES = libanyp.la
5
6libanyp_la_SOURCES = \
7 ProtocolType.cc \
8 ProtocolType.h
9
10ProtocolType.cc: ProtocolType.h $(top_srcdir)/src/mk-string-arrays.awk
11 ($(AWK) -f $(top_srcdir)/src/mk-string-arrays.awk <$(srcdir)/ProtocolType.h | sed -e 's%PROTO_%%' >$@) || ($(RM) -f $@ && exit 1)
12
13CLEANFILES += ProtocolType.cc