From 13042623cf41d117ddff0b43351f20cfa073a028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sun, 27 Jan 2002 14:53:12 +0000 Subject: [PATCH] regenerated git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@923 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index b70018dd1..d8ed43f6b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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