summaryrefslogtreecommitdiff
path: root/comms/unixcw/files/patch-src_cwcp_Makefile.am
blob: ade72295e9f07dd8f078953452b5c9dac62ce6ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/cwcp/Makefile.am.orig	2018-08-07 19:10:59 UTC
+++ src/cwcp/Makefile.am
@@ -26,7 +26,7 @@ cwcp_SOURCES = cwcp.c
 # target-specific preprocessor flags (#defs and include dirs)
 #cwcp_CPPFLAGS = -I$(top_srcdir)/src/cwutils/ -I$(top_srcdir)/src/libcw/
 # target-specific linker flags (objects to link)
-cwcp_LDADD = -lcurses -L$(top_builddir)/src/libcw/.libs -lcw $(top_builddir)/src/cwutils/lib_cwcp.a
+cwcp_LDADD = -lcurses $(LTLIBINTL) -L$(top_builddir)/src/libcw/.libs -lcw $(top_builddir)/src/cwutils/lib_cwcp.a
 
 
 # copy man page to proper directory during installation