summaryrefslogtreecommitdiffstats
path: root/hdlcutil/fl
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2005-10-31 02:48:48 +0000
committerThomas Osterried <thomas@osterried.de>2005-10-31 02:48:48 +0000
commitc331fdd1d6927e7323b01fa2a9c115703f327d6a (patch)
tree8874093d9d8df0a22ee15453db8729af8d9a7ce9 /hdlcutil/fl
parentd2e3fc8b9283d5bee1ff4100496387c46e80ed8b (diff)
q&d bugfix. but now compiles ;)
Diffstat (limited to 'hdlcutil/fl')
-rw-r--r--hdlcutil/fl/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/hdlcutil/fl/Makefile.am b/hdlcutil/fl/Makefile.am
index e43e7c6..2596f93 100644
--- a/hdlcutil/fl/Makefile.am
+++ b/hdlcutil/fl/Makefile.am
@@ -4,8 +4,8 @@ sbin_PROGRAMS = xfsmmixer xfhdlcchpar xfhdlcst xfsmdiag
endif
INCLUDES = $(X_CFLAGS) -I..
-AM_LDFLAGS = $(X_LIBS) -lX11 $(FLTK_LIB)
-LDADD = hdrvcomm.o
+LDDADD = ../hdrvcomm.o
+AM_LDFLAGS = $(X_LIBS) -lX11 $(FLTK_LIB) $(LDDADD)
xfsmmixer_SOURCES = xfsmmixer.cxx xfsmmixer_main.cxx xfsmmixer.h
xfhdlcchpar_SOURCES = xfhdlcchpar.cxx xfhdlcchpar_main.cxx xfhdlcchpar.h