regenerated

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@923 7ae35d74-ebe9-4afe-98af-79ac388436b8
This commit is contained in:
Stéphane Fillod, F8CFE 2002-01-27 14:53:12 +00:00
parent e029bc70ae
commit 13042623cf

View File

@ -63,6 +63,7 @@ AWK = @AWK@
BACKENDEPS = @BACKENDEPS@
BACKENDLNK = @BACKENDLNK@
BACKEND_LIST = @BACKEND_LIST@
BINDING_LIST = @BINDING_LIST@
CC = @CC@
CPP = @CPP@
CXX = @CXX@
@ -108,7 +109,7 @@ libhamlib_la_CFLAGS = -DIN_HAMLIB $(AM_CFLAGS)
libhamlib_la_LIBADD = @LIBLTDL@ ../lib/libmisc.la -lm
noinst_HEADERS = event.h misc.h serial.h iofunc.h cal.h tones.h \
conf.h rot_conf.h
conf.h rot_conf.h token.h
subdir = src
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs