Codebase list cyrus-sasl2 / acc6ee9
Fix more libsasl2.pc variables Ondřej Surý 7 years ago
1 changed file(s) with 9 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
33 Subject: properly create libsasl2.pc
44
55 ---
6 Makefile.am | 10 ++++++++++
6 Makefile.am | 13 +++++++++++++
77 configure.ac | 1 -
8 2 files changed, 10 insertions(+), 1 deletion(-)
8 2 files changed, 13 insertions(+), 1 deletion(-)
99
1010 diff --git a/Makefile.am b/Makefile.am
11 index f72bb26..a47540f 100644
11 index f72bb26..b84342e 100644
1212 --- a/Makefile.am
1313 +++ b/Makefile.am
14 @@ -44,6 +44,12 @@ ACLOCAL_AMFLAGS = -I m4
14 @@ -44,6 +44,15 @@ ACLOCAL_AMFLAGS = -I m4
1515 #
1616 ################################################################
1717
1919 + -e 's,[@]SASL_DL_LIB[@],$(SASL_DL_LIB),g' \
2020 + -e 's,[@]LIBS[@],$(LIBS),g' \
2121 + -e 's,[@]VERSION[@],$(VERSION),g' \
22 + -e 's,[@]libdir[@],$(libdir),g'
22 + -e 's,[@]libdir[@],$(libdir),g' \
23 + -e 's,[@]prefix[@],$(prefix),g' \
24 + -e 's,[@]exec_prefix[@],$(exec_prefix),g' \
25 + -e 's,[@]includedir[@],$(includedir),g'
2326 +
2427 if SASLAUTHD
2528 SAD = saslauthd
2629 else
27 @@ -77,6 +83,10 @@ EXTRA_DIST=config win32 mac dlcompat-20010505 NTMakefile INSTALL.TXT \
30 @@ -77,6 +86,10 @@ EXTRA_DIST=config win32 mac dlcompat-20010505 NTMakefile INSTALL.TXT \
2831 pkgconfigdir = $(libdir)/pkgconfig
2932 pkgconfig_DATA = libsasl2.pc
3033