diff options
Diffstat (limited to 'src/fe-text/Makefile.am')
-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 fd0415ba..cbc721db 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -6,6 +6,6 @@ EXTRA_DIST = README AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\" -hexchat_text_LDADD = ../common/libxchatcommon.a $(COMMON_LIBS) +hexchat_text_LDADD = ../common/libhexchatcommon.a $(COMMON_LIBS) hexchat_text_SOURCES = fe-text.c fe-text.h |