From ebcb1f0387efa1805a01a4a325da67ad786ca201 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 10 Aug 2010 11:11:25 -0400 Subject: Add pkgconfig files for libevent_{openssl,pthreads} --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3fffb339..fa0a1533 100644 --- a/Makefile.am +++ b/Makefile.am @@ -91,9 +91,11 @@ EXTRA_DIST = \ lib_LTLIBRARIES = libevent.la libevent_core.la libevent_extra.la if PTHREADS lib_LTLIBRARIES += libevent_pthreads.la +pkgconfig_DATA += libevent_pthreads.pc endif if OPENSSL lib_LTLIBRARIES += libevent_openssl.la +pkgconfig_DATA += libevent_openssl.pc endif SUBDIRS = . include sample test -- cgit v1.2.1