be less restrictive in ./configure. better output of configuration details
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@105 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -2,7 +2,7 @@ VPCD_LIB = libvpcd.$(DYN_LIB_EXT)
|
||||
|
||||
lib_LTLIBRARIES = libvpcd.la
|
||||
libvpcd_la_SOURCES = ifd.c vpcd.c
|
||||
libvpcd_la_LIBADD = $(PCSC_LIBS)
|
||||
#libvpcd_la_LIBADD = $(PCSC_LIBS)
|
||||
libvpcd_la_CFLAGS = $(PCSC_CFLAGS)
|
||||
|
||||
EXTRA_DIST = reader.conf.in
|
||||
@@ -10,9 +10,9 @@ EXTRA_DIST = reader.conf.in
|
||||
install: install_libvpcd
|
||||
|
||||
install_libvpcd: libvpcd.la
|
||||
$(mkinstalldirs) $(DESTDIR)$(prefix)$(serialdropdir)
|
||||
cp .libs/$(VPCD_LIB) $(DESTDIR)$(prefix)$(serialdropdir)/$(VPCD_LIB).$(VERSION)
|
||||
ln -fs $(VPCD_LIB).$(VERSION) $(DESTDIR)$(prefix)$(serialdropdir)/$(VPCD_LIB)
|
||||
$(mkinstalldirs) $(DESTDIR)$(serialdropdir)
|
||||
cp .libs/$(VPCD_LIB) $(DESTDIR)$(serialdropdir)/$(VPCD_LIB).$(VERSION)
|
||||
ln -fs $(VPCD_LIB).$(VERSION) $(DESTDIR)$(serialdropdir)/$(VPCD_LIB)
|
||||
if [ -e $(DESTDIR)$(sysconfdir)/reader.conf ] ; \
|
||||
then \
|
||||
echo "Edit existing /etc/reader.conf" ; \
|
||||
@@ -24,4 +24,4 @@ install_libvpcd: libvpcd.la
|
||||
uninstall: uninstall_libvpcd
|
||||
|
||||
uninstall_libvpcd:
|
||||
rm -f $(DESTDIR)$(prefix)$(serialdropdir)/$(VPCD_LIB).$(VERSION)
|
||||
rm -f $(DESTDIR)$(serialdropdir)/$(VPCD_LIB).$(VERSION)
|
||||
|
||||
Reference in New Issue
Block a user