diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-06-26 14:29:54 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-06-26 14:29:54 +0000 |
commit | 686afe9dc31eac17834e64687f27d7abcbee6934 (patch) | |
tree | 4a69ec401c02d404f3fd481bba2943985b825c62 | |
parent | 41908a2ef7f17a2a8144506fec311b7c2184da84 (diff) | |
download | libtasn1-686afe9dc31eac17834e64687f27d7abcbee6934.tar.gz |
Add Libs.private.
-rw-r--r-- | lib/libtasn1.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libtasn1.pc.in b/lib/libtasn1.pc.in index 2cc0ba3..5bf15c4 100644 --- a/lib/libtasn1.pc.in +++ b/lib/libtasn1.pc.in @@ -7,4 +7,5 @@ Name: libtasn1 Description: Library for ASN.1 and DER manipulation Version: @VERSION@ Libs: -L${libdir} -ltasn1 +Libs.private: @LIBTASN1_LIBS@ Cflags: -I${includedir} |