]> git.cworth.org Git - dvonn/commitdiff
Remove useless linking against loudmouth
authorCarl Worth <cworth@cworth.org>
Thu, 5 Mar 2009 19:25:52 +0000 (11:25 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 5 Mar 2009 19:25:52 +0000 (11:25 -0800)
Makefile

index 4a98b8b29a27d6b46bcc4de8a045cb922436411e..a7d2dc13297eb306788325119443fbc00f3105c7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 ALL=dvonn
-MYCFLAGS=-Wall `pkg-config --cflags loudmouth-1.0 gtk+-2.0`
-MYLDFLAGS=`pkg-config --libs loudmouth-1.0 gtk+-2.0`
+MYCFLAGS=-Wall `pkg-config --cflags gtk+-2.0`
+MYLDFLAGS=`pkg-config --libs gtk+-2.0`
 
 all: $(ALL)