From 2b9786bc73665e24d26a8e7c5fd2e3412ceb6158 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 14 Oct 2010 20:45:22 +0200 Subject: [PATCH] src/Makefile: Fixed a typo preventing l2l_scanner.h from being built. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index f1cb9c7..1c3f4b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,7 @@ AM_CFLAGS = @STRICT_CFLAGS@ # ylwrap wrapper script, which runs in a temporary directory AM_LFLAGS = --header-file=@abs_srcdir@/l2l_scanner.h -BUILT_SOURCES = l2l_features.h l2l_scanner.l +BUILT_SOURCES = l2l_features.h l2l_scanner.h CLEANFILES = l2l_features.h l2l_scanner.c -- 2.30.2