From 63b09c5e414f9592f52d4f3a19185df6f8c00e42 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 23 Feb 2010 22:31:38 +0000 Subject: [PATCH] --- src/libstore/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am index 2f8bb72da..e7d683499 100644 --- a/src/libstore/Makefile.am +++ b/src/libstore/Makefile.am @@ -15,7 +15,7 @@ libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la \ BUILT_SOURCES = derivations-ast.cc derivations-ast.hh -EXTRA_DIST = derivations-ast.def derivations-ast.cc +EXTRA_DIST = derivations-ast.def derivations-ast.cc schema.sql AM_CXXFLAGS = -Wall \ -I$(srcdir)/.. ${aterm_include} ${sqlite_include} -I$(srcdir)/../libutil