aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-04 15:05:41 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-04 15:05:41 +0000
commit39bc8f5c76f844e56a04d5993ccfee9f2b41d17e (patch)
treec52459a1ca25accef1565de668d95fd9f0cffed5 /src/microhttpd/Makefile.am
parent1f2539eed6da8dcf7f4f1ede8ab14c278f9b0c5e (diff)
downloadlibmicrohttpd-39bc8f5c76f844e56a04d5993ccfee9f2b41d17e.tar.gz
libmicrohttpd-39bc8f5c76f844e56a04d5993ccfee9f2b41d17e.zip
factor out shared test logic, test with external select as well
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index b60ff81e..13c2fa65 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -8,6 +8,8 @@ AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS)
8lib_LTLIBRARIES = \ 8lib_LTLIBRARIES = \
9 libmicrohttpd.la 9 libmicrohttpd.la
10 10
11EXTRA_DIST = test_upgrade_common.c
12
11noinst_DATA = 13noinst_DATA =
12MOSTLYCLEANFILES = 14MOSTLYCLEANFILES =
13 15