Bladeren bron

Remove hardcoded -lpthread from liblub

git-svn-id: https://klish.googlecode.com/svn/trunk@584 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 12 jaren geleden
bovenliggende
commit
4b15ce46c7
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      Makefile.in
  2. 1 1
      lub/module.am

+ 1 - 1
Makefile.in

@@ -780,7 +780,7 @@ liblub_la_SOURCES = lub/argv/argv__get_arg.c lub/argv/argv__get_argv.c \
 	lub/string/string_suffix.c lub/string/string_escape.c \
 	lub/string/private.h lub/test/test.c lub/system/test.c \
 	lub/system/system_test.c lub/system/private.h lub/db/db.c
-liblub_la_LIBADD = -lpthread
+liblub_la_LIBADD = 
 libtinyrl_la_LIBADD = liblub.la
 libtinyrl_la_SOURCES = tinyrl/tinyrl.c tinyrl/private.h \
 	tinyrl/history/history.c tinyrl/history/history_entry.c \

+ 1 - 1
lub/module.am

@@ -1,7 +1,7 @@
 ## Process this file with automake to generate Makefile.in
 lib_LTLIBRARIES         += liblub.la
 liblub_la_SOURCES        =
-liblub_la_LIBADD         = -lpthread
+liblub_la_LIBADD         =
 
 nobase_include_HEADERS += \
     lub/argv.h \