aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
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 c25abab7..8e6e623a 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -8,6 +8,8 @@ AM_CFLAGS = $(CFLAGS_ac) $(HIDDEN_VISIBILITY_CFLAGS)
8 8
9AM_LDFLAGS = $(LDFLAGS_ac) 9AM_LDFLAGS = $(LDFLAGS_ac)
10 10
11AM_TESTS_ENVIRONMENT = $(TESTS_ENVIRONMENT_ac)
12
11lib_LTLIBRARIES = \ 13lib_LTLIBRARIES = \
12 libmicrohttpd.la 14 libmicrohttpd.la
13 15