From a806919b8c19e8e23c3f23c481b80af0f8bc0afc Mon Sep 17 00:00:00 2001 From: "[CST] Bas" Date: Tue, 13 Nov 2012 12:46:20 +0800 Subject: [PATCH] neutrino: add data to the make file so they get installed properly. --- configure.ac | 1 + src/zapit/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e8edf01bf..1c98f840a 100644 --- a/configure.ac +++ b/configure.ac @@ -193,5 +193,6 @@ src/timerd/Makefile src/zapit/Makefile src/zapit/lib/Makefile src/zapit/src/Makefile +src/zapit/data/Makefile ]) diff --git a/src/zapit/Makefile.am b/src/zapit/Makefile.am index 9f195e0e4..2ec97d007 100644 --- a/src/zapit/Makefile.am +++ b/src/zapit/Makefile.am @@ -1,3 +1,4 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = lib src +SUBDIRS = lib src data +