--- src/Makefile.am	2012-03-03 06:56:57
+++ src/Makefile.am	2024-06-04 01:23:22
@@ -1,6 +1,6 @@
 noinst_PROGRAMS = test example
 
-AM_LDFLAGS =  -Wl,--as-needed -static
+# AM_LDFLAGS =  -Wl,--as-needed -static
 AM_CPPFLAGS = -g -Wall
 LDADD = libclastfm.la
 
@@ -17,7 +17,7 @@
 
 # Libtool doesnt respect AM_LDFLAGS that much
 libclastfm_la_CPPFLAGS = -g -Wall $(CURL_CFLAGS) 
-libclastfm_la_LDFLAGS = -Wl,--as-needed $(CURL_LIBS) 
+libclastfm_la_LDFLAGS = $(CURL_LIBS) 
 
 # Public header file
 include_HEADERS = clastfm.h
