diff console/libgnt/Makefile @ 13888:9d66969a2e32

[gaim-migrate @ 16369] Get rid of a whole lot of compile warnings. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 28 Jun 2006 19:12:38 +0000
parents 7d3256b253ec
children
line wrap: on
line diff
--- a/console/libgnt/Makefile	Wed Jun 28 18:50:33 2006 +0000
+++ b/console/libgnt/Makefile	Wed Jun 28 19:12:38 2006 +0000
@@ -55,7 +55,7 @@
 gntmain.o: gntmain.c $(HEADERS)
 
 libgnt: $(OBJECTS)
-	$(CC) --shared -o libgnt.so $(OBJECTS)
+	$(CC) --shared -o libgnt.so $(OBJECTS) $(LDFLAGS)
 
 clean:
 	rm -f *.o