From b8e7dfa4baffa4378aee618d66ebfedaa285b235 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Fri, 16 Oct 2015 17:25:01 +0200 Subject: build: Let 'make dist' do a better job --- src/fe-text/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-text') diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index c4182803..0243e16f 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -4,6 +4,6 @@ bin_PROGRAMS = hexchat-text AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\" -hexchat_text_LDADD = ../common/libhexchatcommon.a $(COMMON_LIBS) +hexchat_text_LDADD = $(top_builddir)/src/common/libhexchatcommon.a $(COMMON_LIBS) hexchat_text_SOURCES = fe-text.c fe-text.h -- cgit 1.4.1