From 98883e6860458db8031690e1dd99ae2e4cc94263 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sun, 3 Aug 2008 22:52:33 +0000 Subject: Fix for autoconf. Thanks to Tom --- hdlcutil/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hdlcutil') 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) -- cgit v1.2.3