diff options
author | Niels Provos <provos@gmail.com> | 2009-04-17 00:24:58 +0000 |
---|---|---|
committer | Niels Provos <provos@gmail.com> | 2009-04-17 00:24:58 +0000 |
commit | edfc28caef29a203deaef4c0b808ad8caa7fa012 (patch) | |
tree | c04d4273d5020a52bbfbe03519cb5b53728bdc73 /Makefile.am | |
parent | 0b987813537b74835a5c3990de756d35ea9b4fbc (diff) | |
download | libevent-edfc28caef29a203deaef4c0b808ad8caa7fa012.tar.gz |
pkgconfig support from Ted Bullock
svn:r1177
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2f0357b4..394bc9cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,9 +29,13 @@ VERSION_INFO = 2:0:0 bin_SCRIPTS = event_rpcgen.py +pkgconfigdir=$(libdir)/pkgconfig +pkgconfig_DATA=libevent.pc + EXTRA_DIST = \ autogen.sh evdns.3 \ event.3 \ + libevent.pc \ Doxyfile \ kqueue.c epoll_sub.c epoll.c select.c poll.c signal.c \ evport.c devpoll.c event_rpcgen.py \ @@ -131,4 +135,4 @@ doxygen: FORCE doxygen $(srcdir)/Doxyfile FORCE: -DISTCLEANFILES = *~ event-config.h +DISTCLEANFILES = *~ event-config.h libevent.pc |