aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-11-27 22:38:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-11-27 22:38:11 +0000
commitee4fef376891656aee61e467bd8c608645afac2c (patch)
tree90400e88dcfc124e7e032da897bc0431e0ad0d8d /ares
parent058a023faeee13435fe83088081dd33606fb5f6e (diff)
pkgconfig fix by Andreas Schuldei
Diffstat (limited to 'ares')
-rw-r--r--ares/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am
index 999d09cdc..8454724df 100644
--- a/ares/Makefile.am
+++ b/ares/Makefile.am
@@ -13,6 +13,8 @@ MSVCFILES = vc/adig/adig.dep vc/adig/adig.dsp vc/vc.dsw vc/ahost/ahost.dep \
EXTRA_DIST = CHANGES README.cares Makefile.inc adig.c ahost.c $(man_MANS) \
$(MSVCFILES) AUTHORS config-win32.h RELEASE-NOTES libcares.pc.in
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libcares.pc
VER=-version-info 2:0:0
# This flag accepts an argument of the form current[:revision[:age]]. So,