compile tools with PTHREAD so we can debug them in GDB.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4111 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2010-03-13 22:26:07 +00:00
parent 8b15f0f340
commit c1bb3ae9cd
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ if WIN32
dist_bin_SCRIPTS += cardos-info.bat
endif
AM_CFLAGS = $(OPTIONAL_OPENSSL_CFLAGS) $(OPTIONAL_READLINE_CFLAGS)
# compile with $(PTHREAD_CFLAGS) to allow debugging with gdb
AM_CFLAGS = $(OPTIONAL_OPENSSL_CFLAGS) $(OPTIONAL_READLINE_CFLAGS) $(PTHREAD_CFLAGS)
INCLUDES = -I$(top_srcdir)/src
LIBS = $(top_builddir)/src/common/libcompat.la \
$(top_builddir)/src/libopensc/libopensc.la