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
RevLine 
[0bda20f]1AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip
[283d885]2
[6af4f74]3EXTRA_DIST = m4/outoforder.m4 m4/apache.m4 \
[e24eed68]4                m4/apr_memcache.m4 \
[485d28e]5                m4/apache_test.m4  \
[6af4f74]6                include/mod_gnutls.h.in \
[e24eed68]7                README CHANGELOG \
8                NOTICE LICENSE
[9706fc2]9
[0bda20f]10AM_DISTCHECK_CONFIGURE_FLAGS = "--enable-vpath-install"
11DISTCLEANFILES = config.nice
[9a18e30]12MOSTLYCLEANFILES = $(DX_CLEANFILES)
[0bda20f]13
[6e1d45d]14SUBDIRS = src test doc
[3dbff0d]15ACLOCAL_AMFLAGS = -I m4
[9a18e30]16
17@DX_RULES@
Note: See TracBrowser for help on using the repository browser.