Browse Source

Autotools bugfixes

Yann Weber 7 years ago
parent
commit
6c721a702c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      progs/Makefile.am

+ 1
- 1
progs/Makefile.am View File

@@ -3,7 +3,7 @@ SUBDIRS=slim
3 3
 lodel2_scripts_dir = $(datadir)/lodel2/scripts
4 4
 lodel2_scripts__DATA = create_instance create_multisite mass_deploy
5 5
 CLEANFILES = create_instance mass_deploy mass_deploy.cfg
6
-EXTRA_DIST = create_instance.sh mass_deploy.sh
6
+EXTRA_DIST = create_instance.sh create_multisite.sh mass_deploy.sh
7 7
 
8 8
 lodel2conf_DATA = mass_deploy.cfg
9 9
 lodel2confdir=$(sysconfdir)/lodel2

Loading…
Cancel
Save