summaryrefslogtreecommitdiffstats
path: root/hdlcutil/Makefile.am
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2008-08-03 22:52:33 +0000
committerThomas Osterried <thomas@osterried.de>2008-08-03 22:52:33 +0000
commit98883e6860458db8031690e1dd99ae2e4cc94263 (patch)
tree006d427cf1c8b8d63f5e0b23570f6fd352cc3d90 /hdlcutil/Makefile.am
parentb0ab5d43f507e035776ed99a283c57ab77b1a4ea (diff)
Fix for autoconf. Thanks to Tom <DL1JBE>
Diffstat (limited to 'hdlcutil/Makefile.am')
-rw-r--r--hdlcutil/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/hdlcutil/Makefile.am b/hdlcutil/Makefile.am
index a3592db..b200566 100644
--- a/hdlcutil/Makefile.am
+++ b/hdlcutil/Makefile.am
@@ -7,9 +7,9 @@ SUBDIRS = . fl
bin_PROGRAMS = sethdlc smmixer $(X11_bin_programs)
-sethdlc_SOURCES = sethdlc.c hdrvcomm.c hdrvcomm.h usersmdiag.h
-smmixer_SOURCES = smmixer.c hdrvcomm.c hdrvcomm.h usersmdiag.h
-smdiag_SOURCES = smdiag.c hdrvcomm.c hdrvcomm.h usersmdiag.h
+sethdlc_SOURCES = sethdlc.c hdrvcomm.c hdrvcomm.h usersmdiag.h soundmodem.h
+smmixer_SOURCES = smmixer.c hdrvcomm.c hdrvcomm.h usersmdiag.h soundmodem.h
+smdiag_SOURCES = smdiag.c hdrvcomm.c hdrvcomm.h usersmdiag.h soundmodem.h
smdiag_LDADD = $(X_LIBS) -lX11 $(X_EXTRA_LIBS)