From ba92b480fd5092d450afdedcd5e3c8c0c586ebc3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 14 Aug 2012 20:16:24 -0400 Subject: [PATCH] Makefile: use LDLIBS --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 95b0754..c9800f1 100644 --- a/Makefile +++ b/Makefile @@ -24,10 +24,10 @@ ifeq (${CXX}, g++) CXXFLAGS += -Wno-missing-field-initializers endif -LDFLAGS := -s -Wl,--as-needed ${shell pkg-config --libs ${GTK} ${VTE}} ${LDFLAGS} +LDFLAGS := -s -Wl,--as-needed ${LDFLAGS} +LDLIBS := ${shell pkg-config --libs ${GTK} ${VTE}} termite: termite.cc - ${CXX} ${CXXFLAGS} -o $@ $< ${LDFLAGS} install: termite mkdir -p ${DESTDIR}${TERMINFO}