*** empty log message ***

This commit is contained in:
Valery Febvre 2004-04-19 15:29:26 +00:00
parent 66f2b28ef4
commit 756d86a877
3 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ SUBDIRS = lasso docs
ABS_BUILDDIR = $(shell pwd)
EXTRA_DIST = TODO COPYING
EXTRA_DIST = TODO COPYING
pkgconfig_DATA = lasso.pc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lasso.pc
pkgconfigdir = $(libdir)/pkgconfig

View File

@ -360,7 +360,7 @@ AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed doc
if test "z$with_html_dir" != "z" ; then
LASSO_DOCDIR=$with_html_dir
else
LASSO_DOCDIR='$(datadir)/doc/lasso1'
LASSO_DOCDIR='$(datadir)/doc/lasso'
fi
AC_MSG_RESULT($LASSO_DOCDIR)
@ -440,7 +440,6 @@ dnl ==========================================================================
dnl Writing result files
dnl ==========================================================================
AC_OUTPUT([
lasso.pc:lasso.pc.in
lasso/version.h
Makefile
lasso/Makefile
@ -449,6 +448,7 @@ lasso/protocols/Makefile
docs/Makefile
docs/reference/Makefile
]
[lasso.pc:lasso.pc.in]
dnl [lasso-config:lasso-config.in]
dnl [lasso.spec:lasso.spec.in]
)

View File

@ -6,6 +6,6 @@ includedir=@includedir@
Name: lasso
Version: @VERSION@
Description: A free implementation of the Liberty Alliance specifications
Requires: libxml-2.0 >= @LIBXML_MIN_VERSION@ libxslt >= @LIBXSLT_MIN_VERSION@ xmlsec1 >= @XMLSEC1_MIN_VERSION@
Requires: libxml-2.0 >= @LIBXML_MIN_VERSION@ libxslt >= @LIBXSLT_MIN_VERSION@ xmlsec1 >= @XMLSEC1_MIN_VERSION@ glib-2.0 >= $GLIB_MIN_VERSION@
Cflags: @LASSO_CORE_CFLAGS@
Libs: -L${libdir} @LASSO_CORE_LIBS@