diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2015-10-16 17:25:01 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2015-10-16 17:25:01 +0200 |
commit | b8e7dfa4baffa4378aee618d66ebfedaa285b235 (patch) | |
tree | dbe616d7b0792a003381a837cb6712b612a079fe /src/fe-text | |
parent | 1d8dd50455248f61e01c3a1d1d3605dac5c4b107 (diff) |
build: Let 'make dist' do a better job
Diffstat (limited to 'src/fe-text')
-rw-r--r-- | src/fe-text/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |