File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
ACLOCAL_AMFLAGS = -I m4
2
2
SUBDIRS = contrib src doc m4 .
3
- EXTRA_DIST = acinclude.m4
3
+ EXTRA_DIST = acinclude.m4 libmicrohttpd.pc.in
4
+
5
+ pkgconfigdir = $(libdir ) /pkgconfig
6
+ pkgconfig_DATA = libmicrohttpd.pc
4
7
Original file line number Diff line number Diff line change @@ -298,6 +298,7 @@ AC_SUBST(EXT_LIB_PATH)
298
298
AC_SUBST ( EXT_LIBS )
299
299
300
300
AC_CONFIG_FILES ( [
301
+ libmicrohttpd.pc
301
302
Makefile
302
303
contrib/Makefile
303
304
doc/Makefile
Original file line number Diff line number Diff line change
1
+ prefix=@prefix@
2
+ exec_prefix=@exec_prefix@
3
+ libdir=@libdir@
4
+ includedir=@includedir@
5
+
6
+ Name: libmicrohttpd
7
+ Description: A library for creating an embedded HTTP server
8
+ Version: @VERSION@
9
+ Requires:
10
+ Conflicts:
11
+ Libs: -L${libdir} -lmicrohttpd
12
+ Libs.private: @LIBGCRYPT_LIBS@
13
+ Cflags: -I${includedir}
You can’t perform that action at this time.
0 commit comments