Skip to content

Commit

Permalink
build: use newer libtool -shared option
Browse files Browse the repository at this point in the history
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
  • Loading branch information
alonbl committed Sep 27, 2013
1 parent e572c41 commit f329c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ctapi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ libopenctapi_la_LIBADD = $(top_builddir)/src/ct/libopenct.la
libopenctapi_la_CFLAGS = $(AM_CFLAGS) \
-I$(top_srcdir)/src/include \
-I$(top_builddir)/src/include
libopenctapi_la_LDFLAGS = -avoid-version -no-undefined --module
libopenctapi_la_LDFLAGS = -avoid-version -no-undefined -module -shared
2 changes: 1 addition & 1 deletion src/pcsc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lib_LTLIBRARIES = openct-ifd.la
endif

openct_ifd_la_SOURCES = pcsc.c
openct_ifd_la_LDFLAGS = -module -avoid-version -no-undefined
openct_ifd_la_LDFLAGS = -module -shared -avoid-version -no-undefined
openct_ifd_la_LIBADD = $(PCSC_LIBS) $(top_builddir)/src/ctapi/libopenctapi.la
openct_ifd_la_CFLAGS = $(AM_CFLAGS) \
-I$(top_srcdir)/src/include \
Expand Down

0 comments on commit f329c26

Please sign in to comment.