X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Finstaller%2FMakefile.am;h=d0e52dc187aaa9b6c697bfd1d13c9b266e31b177;hb=ea9d53c822e835b854010f5e5bb37931f9986f86;hp=259db0610679b635f5158e9b63895ca8accae359;hpb=6272b1b85e8812f131d8ccb3207665839ff01e13;p=ipfire-2.x.git diff --git a/src/installer/Makefile.am b/src/installer/Makefile.am index 259db06106..d0e52dc187 100644 --- a/src/installer/Makefile.am +++ b/src/installer/Makefile.am @@ -33,17 +33,19 @@ bin_PROGRAMS = \ installer bin_SCRIPTS = \ - downloadsource.sh + downloadsource.sh \ + execute-postinstall.sh \ + start-networking.sh #- installer ------------------------------------------------------------------- installer_SOURCES = \ hw.c \ hw.h \ - main.c \ - unattended.c + main.c installer_CFLAGS = \ + $(AM_CFLAGS) \ $(BLKID_CFLAGS) \ $(LIBSMOOTH_CFLAGS) \ $(PCI_CFLAGS) \