Code

src/Makefile: Tell automake that grammar.h is auto-built.
authorSebastian Harl <sh@tokkee.org>
Tue, 31 Dec 2013 00:16:27 +0000 (01:16 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 31 Dec 2013 00:16:27 +0000 (01:16 +0100)
src/Makefile.am

index c0b7576165150b5c5f4ce1f088538942e34ffe04..e7575b6f431c744e7daaaaee6a8207ec3a792a5a 100644 (file)
@@ -10,7 +10,8 @@ AM_CPPFLAGS += -DPKGLIBDIR='"${pkglibdir}"'
 
 AM_YFLAGS = -d
 
-BUILT_SOURCES = include/client/sysdb.h include/sysdb.h
+BUILT_SOURCES = include/client/sysdb.h include/sysdb.h \
+               frontend/grammar.h
 EXTRA_DIST = include/client/sysdb.h.in include/sysdb.h.in
 
 pkginclude_HEADERS = include/sysdb.h