From 491f9bdf58e9ad5b23858e3f780a506c45e867b2 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 5 Mar 2009 11:25:52 -0800 Subject: [PATCH] Remove useless linking against loudmouth --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.43.0