summaryrefslogtreecommitdiffstats
path: root/hdlcutil/fl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'hdlcutil/fl/Makefile.am')
-rw-r--r--hdlcutil/fl/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/hdlcutil/fl/Makefile.am b/hdlcutil/fl/Makefile.am
index 5fdcc84..f0c7979 100644
--- a/hdlcutil/fl/Makefile.am
+++ b/hdlcutil/fl/Makefile.am
@@ -4,8 +4,7 @@ sbin_PROGRAMS = xfsmmixer xfhdlcchpar xfhdlcst xfsmdiag
endif
AM_CPPFLAGS = $(X_CFLAGS) -I$(srcdir)/..
-LDDADD = ../hdrvcomm.o
-AM_LDFLAGS = $(X_LIBS) -lX11 $(FLTK_LIB) $(LDDADD)
+LDADD = ../hdrvcomm.o $(X_LIBS) -lX11 $(FLTK_LIB) $(LDDADD)
xfsmmixer_SOURCES = xfsmmixer.cxx xfsmmixer_main.cxx xfsmmixer.h
xfhdlcchpar_SOURCES = xfhdlcchpar.cxx xfhdlcchpar_main.cxx xfhdlcchpar.h