Fix makefiles

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2611 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2005-09-21 12:52:36 +00:00
parent 73294da5c9
commit 3c47bb093c
3 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Process this file with automake to create Makefile.in
SUBDIRS = . aclocal etc macos man src win32
DIST_SUBDIRS = . aclocal doc etc macos man src win32
SUBDIRS = . aclocal etc man src win32
DIST_SUBDIRS = . aclocal doc etc man src win32
EXTRA_DIST = CodingStyle QUICKSTART \
bootstrap Makefile.mak depcomp \

View File

@ -370,7 +370,6 @@ aclocal/Makefile
doc/Makefile
doc/old/Makefile
etc/Makefile
macos/Makefile
man/Makefile
src/Makefile
src/common/Makefile

View File

@ -26,5 +26,5 @@ $(TARGET): $(OBJECTS) ..\libopensc\opensc.lib ..\scconf\scconf.lib ..\pkcs15init
$(TARGET2): $(OBJECTS2)
lib /nologo /machine:ix86 /out:$(TARGET2) $(OBJECTS2) $(LIBLTDL_LIB)
$(TARGET3): $(OBJECTS3) ..\libopensc\opensc.lib ..\scconf\scconf.lib
$(TARGET3): $(OBJECTS3) ..\libopensc\opensc.lib
link $(LINKFLAGS) /dll /out:$(TARGET3) $(OBJECTS3) ..\libopensc\opensc.lib ..\scconf\scconf.lib $(OPENSSL_LIB) $(LIBLTDL_LIB) gdi32.lib advapi32.lib