mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
build: Let 'make dist' do a better job
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user