diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-11-27 22:38:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-11-27 22:38:11 +0000 |
commit | ee4fef376891656aee61e467bd8c608645afac2c (patch) | |
tree | 90400e88dcfc124e7e032da897bc0431e0ad0d8d /ares | |
parent | 058a023faeee13435fe83088081dd33606fb5f6e (diff) |
pkgconfig fix by Andreas Schuldei
Diffstat (limited to 'ares')
-rw-r--r-- | ares/Makefile.am | 2 |
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, |