Changeset af7da2d in mod_gnutls for test/Makefile.am
- Timestamp:
- May 18, 2015, 1:31:17 AM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- a2e3c33
- Parents:
- c5d5942
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
rc5d5942 raf7da2d 61 61 cert_templates = authority.template.in client.template.in \ 62 62 imposter.template.in rogueca.template server.template.in 63 apache_data = base_apache.conf data/* mime.types63 apache_data = base_apache.conf cgi_module.conf data/* mime.types proxy_mods.conf 64 64 65 65 EXTRA_DIST = $(apache_data) $(cert_templates) *.uid.in proxy_backend.bash \ … … 67 67 TestMakefile 68 68 69 AM_TESTS_ENVIRONMENT = export APACHE CTL=$(APACHECTL); \69 AM_TESTS_ENVIRONMENT = export APACHE2=$(APACHE2); \ 70 70 export AP_LIBEXECDIR=$(AP_LIBEXECDIR);
Note: See TracChangeset
for help on using the changeset viewer.