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 | d0afd9586d763bd12e485e8f5e8c0ca21106e84c (patch) | |
tree | dc11c9fd9d727861ed9f22635faae304cc682a80 /Makefile.am | |
parent | 2b76b1ad082891ba8681e3778c686b210f136986 (diff) | |
download | c-ares-d0afd9586d763bd12e485e8f5e8c0ca21106e84c.tar.gz c-ares-d0afd9586d763bd12e485e8f5e8c0ca21106e84c.tar.bz2 c-ares-d0afd9586d763bd12e485e8f5e8c0ca21106e84c.zip |
pkgconfig fix by Andreas Schuldei
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 999d09c..8454724 100644 --- a/Makefile.am +++ b/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, |