From 30e3d5748224082c1a253807682ffbefe68cf02e Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sun, 28 Jul 2013 11:24:31 -0400 Subject: [PATCH] Install hydra-module.nix into $out/share/nix Signed-off-by: Shea Levy --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 339af868..ad911b4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,8 @@ SUBDIRS = src tests doc BOOTCLEAN_SUBDIRS = $(SUBDIRS) DIST_SUBDIRS = $(SUBDIRS) +EXTRA_DIST = hydra-module.nix +install-data-local: hydra-module.nix + $(INSTALL) -d $(DESTDIR)$(datadir)/nix + $(INSTALL_DATA) hydra-module.nix $(DESTDIR)$(datadir)/nix/