aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-15 12:14:12 +0000
committerChristian Grothoff <christian@grothoff.org>2015-07-15 12:14:12 +0000
commitabdc3ae6fc830ec6968b525f3e60c93900a3d068 (patch)
tree562ad0193d3b33b5ee63e2069f174408d9c17b4b /Makefile.am
parentacea95a02563b85f67903ab20ff1666ea42b70d1 (diff)
downloadlibmicrohttpd-abdc3ae6fc830ec6968b525f3e60c93900a3d068.tar.gz
libmicrohttpd-abdc3ae6fc830ec6968b525f3e60c93900a3d068.zip
fixing #3892, thanks matwey
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 03f42c07..96c3d0e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,10 @@ EXTRA_DIST = acinclude.m4 libmicrohttpd.pc.in libmicrospdy.pc.in \
7 w32/VS2013/gen_dll_res.ps1 w32/VS2013/microhttpd_dll_res_vc.rc.in w32/VS2013/microhttpd_dll_res_vc.rc 7 w32/VS2013/gen_dll_res.ps1 w32/VS2013/microhttpd_dll_res_vc.rc.in w32/VS2013/microhttpd_dll_res_vc.rc
8 8
9pkgconfigdir = $(libdir)/pkgconfig 9pkgconfigdir = $(libdir)/pkgconfig
10pkgconfig_DATA = libmicrohttpd.pc libmicrospdy.pc 10pkgconfig_DATA = libmicrohttpd.pc
11if ENABLE_SPDY
12pkgconfig_DATA += libmicrospdy.pc
13endif
11 14
12if BUILD_DOC 15if BUILD_DOC
13SUBDIRS += doc 16SUBDIRS += doc