diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-12-16 11:25:28 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-12-16 11:26:04 +0100 |
commit | 91cc35dd8a3f702bea76c9c37276e0ad56704cb7 (patch) | |
tree | 67ad672e5c5850846ed165b67c8209a9c0f06bdd /scp2/util | |
parent | 844b6b695b54004b760375eead26bc54b90e0c8f (diff) |
reference the two files in the corresponding makefile.mk
Diffstat (limited to 'scp2/util')
-rw-r--r-- | scp2/util/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk index 740065c3b3f4..392ce6b16644 100644 --- a/scp2/util/makefile.mk +++ b/scp2/util/makefile.mk @@ -55,6 +55,8 @@ SCP1FILES = installation_ooo.par \ module_hidden_ooo.par \ module_langpack.par \ module_lang_template.par \ + module_helppack.par \ + module_help_template.par \ profile_ooo.par \ profileitem_ooo.par \ module_writer.par \ @@ -239,6 +241,8 @@ SCP2FILES = installation_ooo.par \ module_hidden_ooo.par \ module_langpack.par \ module_lang_template.par \ + module_helppack.par \ + module_help_template.par \ module_java.par \ profile_ooo.par \ profileitem_ooo.par \ |