Missing -fPIC error in build of cardgui; refs #33
This commit is contained in:
@@ -17,10 +17,8 @@ AM_LDFLAGS = -lwinscard
|
||||
endif
|
||||
if !MINGW32
|
||||
if MAC
|
||||
AM_CPPFLAGS += -I/opt/local/include -I/Library/OpenSC/include
|
||||
AM_LDFLAGS = -F/System/Library/Frameworks/PCSC.framework -L/opt/local/lib -framework PCSC
|
||||
else
|
||||
AM_CPPFLAGS += -I/usr/include/PCSC
|
||||
AM_CPPFLAGS += -I/Library/OpenSC/include
|
||||
AM_LDFLAGS = -F/System/Library/Frameworks/PCSC.framework -framework PCSC
|
||||
endif
|
||||
endif
|
||||
|
||||
@@ -54,8 +52,7 @@ cardgui_SOURCES = cardgui.cxx cardgui.hxx password.hxx cardgui-model.hxx \
|
||||
nodist_cardgui_SOURCES = cardgui_ui.hxx password_ui.hxx \
|
||||
moc_cardgui.cxx moc_password.cxx moc_cardgui-model.cxx
|
||||
BUILT_SOURCES = ${nodist_cardgui_SOURCES}
|
||||
cardgui_CXXFLAGS = ${QT_GUI_CFLAGS}
|
||||
cardgui_LDADD = ${QT_GUI_LIBS} libpcscxx.la ${libpcscxx_la_LIBADD}
|
||||
cardgui_LDADD = libpcscxx.la ${libpcscxx_la_LIBADD}
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS = versiontest
|
||||
|
Reference in New Issue
Block a user