mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Folgender Mini-Patch sorgt dafür, dass libmicrospdy.pc auch erstellt wird. Habe ich in das Fedora-Paket für 0.9.34 eingebaut.
11 lines
237 B
Makefile
11 lines
237 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = contrib src m4 .
|
|
EXTRA_DIST = acinclude.m4 libmicrohttpd.pc.in libmicrospdy.pc.in
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libmicrohttpd.pc libmicrospdy.pc
|
|
|
|
if BUILD_DOC
|
|
SUBDIRS += doc
|
|
endif
|