new make target rpm; builds versionnumber; closes #1
This commit is contained in:
@@ -25,19 +25,20 @@ pkgconfig_DATA = libpcscxx.pc
|
||||
pkgconfig2dir = $(datarootdir)/pkgconfig
|
||||
pkgconfig2_DATA = $(pkgconfig_DATA)
|
||||
|
||||
EXTRA_DIST = $(pkgconfig_DATA).in
|
||||
EXTRA_DIST = $(pkgconfig_DATA).in ${top_srcdir}/src/*.doc
|
||||
|
||||
lib_LTLIBRARIES = libcryptoki++.la
|
||||
lib_LTLIBRARIES = libpcscxx.la
|
||||
|
||||
libcryptoki___la_SOURCES = cryptoki.cxx cryptoki.hxx pcsc.cxx \
|
||||
libpcscxx_la_SOURCES = cryptoki.cxx cryptoki.hxx pcsc.cxx \
|
||||
version.cxx openssl-engine.cxx
|
||||
libcryptoki___la_LIBADD = -lssl -lcrypto
|
||||
libpcscxx_la_LDFLAGS = -version-info ${LIB_VERSION}
|
||||
libpcscxx_la_LIBADD = -lssl -lcrypto
|
||||
if MINGW32
|
||||
libcryptoki___la_LIBADD += -lgdi32 -lws2_32
|
||||
libpcscxx_la_LIBADD += -lgdi32 -lws2_32
|
||||
else
|
||||
libcryptoki___la_LIBADD += -ldl
|
||||
libpcscxx_la_LIBADD += -ldl
|
||||
if !MAC
|
||||
libcryptoki___la_LIBADD += -lpcsclite
|
||||
libpcscxx_la_LIBADD += -lpcsclite
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user