From: Carl Worth Date: Thu, 5 Mar 2009 19:25:52 +0000 (-0800) Subject: Remove useless linking against loudmouth X-Git-Url: https://git.cworth.org/git?p=dvonn;a=commitdiff_plain;h=491f9bdf58e9ad5b23858e3f780a506c45e867b2 Remove useless linking against loudmouth --- diff --git a/Makefile b/Makefile index 4a98b8b..a7d2dc1 100644 --- 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)