Changeset 0bda20f in mod_gnutls for src/Makefile.am


Ignore:
Timestamp:
May 27, 2016, 4:07:24 PM (7 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
d70dd6e
Parents:
eb34ac4
Message:

Make "make distcheck" work

This requires strict DIST/DISTCLEAN lists and working VPATH
installation. Note that most users will not want to use a VPATH build
because it defeats the expectation of having mod_gnutls installed into
the same directory as other Apache modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    reb34ac4 r0bda20f  
    11# installation directory for Apache modules
     2if ENABLE_VPATH_INSTALL
     3apmodpkglibdir = $(subst ${AP_EXEC_PREFIX},${prefix},${AP_LIBEXECDIR})
     4else
    25apmodpkglibdir = ${AP_LIBEXECDIR}
     6endif
    37
    48mod_gnutls_la_SOURCES = mod_gnutls.c gnutls_io.c gnutls_cache.c gnutls_config.c gnutls_hooks.c
Note: See TracChangeset for help on using the changeset viewer.