X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=libevent%2FMakefile.am;h=8114ad3645182830e93861e8517c4539b07a7f89;hp=87f3f1467cf3dc74d3dad4fb994a80b049fdb253;hb=3a84db87064922ad10ac10cc1d6833380e575995;hpb=d7c6070cde285ce17d1b1a7dc32cfd956c8c553e diff --git a/libevent/Makefile.am b/libevent/Makefile.am index 87f3f146..8114ad36 100644 --- a/libevent/Makefile.am +++ b/libevent/Makefile.am @@ -86,9 +86,6 @@ if INSTALL_LIBEVENT dist_bin_SCRIPTS = event_rpcgen.py endif -pkgconfigdir=$(libdir)/pkgconfig -LIBEVENT_PKGCONFIG=libevent.pc - # These sources are conditionally added by configure.in or conditionally # included from other files. PLATFORM_DEPENDENT_SRC = \ @@ -108,16 +105,13 @@ EXTRA_DIST = \ LIBEVENT_LIBS_LA = libevent.la libevent_core.la libevent_extra.la if PTHREADS LIBEVENT_LIBS_LA += libevent_pthreads.la -LIBEVENT_PKGCONFIG += libevent_pthreads.pc endif if OPENSSL LIBEVENT_LIBS_LA += libevent_openssl.la -LIBEVENT_PKGCONFIG += libevent_openssl.pc endif if INSTALL_LIBEVENT lib_LTLIBRARIES = $(LIBEVENT_LIBS_LA) -pkgconfig_DATA = $(LIBEVENT_PKGCONFIG) else noinst_LTLIBRARIES = $(LIBEVENT_LIBS_LA) endif @@ -249,7 +243,7 @@ doxygen: FORCE doxygen $(srcdir)/Doxyfile FORCE: -DISTCLEANFILES = *~ libevent.pc ./include/event2/event-config.h +DISTCLEANFILES = *~ ./include/event2/event-config.h install: