source: mod_gnutls/Makefile.am @ 9a18e30

asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
Last change on this file since 9a18e30 was 9a18e30, checked in by Thomas Klute <thomas2.klute@…>, 6 years ago

Support basic Doxygen calls

Doxygen targets are included in the generated Makefile. Note that
Doxygen is not called by any of the default targets, nor have any
comments been updated to work well with the Doxygen format.

  • Property mode set to 100644
File size: 391 bytes
Line 
1AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip
2
3EXTRA_DIST = m4/outoforder.m4 m4/apache.m4 \
4                m4/apr_memcache.m4 \
5                m4/apache_test.m4  \
6                include/mod_gnutls.h.in \
7                README CHANGELOG \
8                NOTICE LICENSE
9
10AM_DISTCHECK_CONFIGURE_FLAGS = "--enable-vpath-install"
11DISTCLEANFILES = config.nice
12MOSTLYCLEANFILES = $(DX_CLEANFILES)
13
14SUBDIRS = src test doc
15ACLOCAL_AMFLAGS = -I m4
16
17@DX_RULES@
Note: See TracBrowser for help on using the repository browser.