From 2b68e41ee4cdab45c9b513447bb22c06052d0975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 13 Mar 2012 17:49:18 +0100 Subject: [PATCH] Actually add SQL files to the distribution. --- src/sql/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/Makefile.am b/src/sql/Makefile.am index 814cd57f..50d2740e 100644 --- a/src/sql/Makefile.am +++ b/src/sql/Makefile.am @@ -1,5 +1,5 @@ sqldir = $(libexecdir)/hydra/sql -nobase_sql_DATA = \ +nobase_dist_sql_DATA = \ hydra-postgresql.sql \ hydra.sql \ hydra-sqlite.sql \