installer: Move everything to the build side.
[jackhill/guix/guix.git] / gnu / local.mk
index 665721b..b0ec16d 100644 (file)
@@ -567,7 +567,7 @@ if ENABLE_INSTALLER
 
 GNU_SYSTEM_MODULES +=                           \
   %D%/installer.scm                            \
-  %D%/installer/build-installer.scm            \
+  %D%/installer/record.scm                     \
   %D%/installer/connman.scm                    \
   %D%/installer/keymap.scm                     \
   %D%/installer/locale.scm                     \
@@ -588,6 +588,11 @@ GNU_SYSTEM_MODULES +=                           \
   %D%/installer/newt/welcome.scm               \
   %D%/installer/newt/wifi.scm  
 
+installerdir = $(guilemoduledir)/%D%/installer
+dist_installer_DATA =                          \
+  %D%/installer/aux-files/logo.txt             \
+  %D%/installer/aux-files/SUPPORTED
+
 endif ENABLE_INSTALLER
 
 # Modules that do not need to be compiled.