From: Sebastian Harl Date: Thu, 14 Oct 2010 18:45:22 +0000 (+0200) Subject: src/Makefile: Fixed a typo preventing l2l_scanner.h from being built. X-Git-Url: https://git.tokkee.org/?p=lm2latex.git;a=commitdiff_plain;h=2b9786bc73665e24d26a8e7c5fd2e3412ceb6158 src/Makefile: Fixed a typo preventing l2l_scanner.h from being built. --- 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