File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ GENERATED_FILES = [
2121 "ext/std_structs.rb"
2222]
2323
24+ CLEAN . include [
25+ 'ext/pk11l_struct_impl.inc' ,
26+ 'ext/pk11l_struct_def.inc' ,
27+ 'ext/pk11l_const_def.inc' ,
28+ 'ext/pk11l_struct.doc' ,
29+ ]
2430CLEAN . include SHARED_FILES
2531CLEAN . include GENERATED_FILES
2632CLEAN . include 'lib/pkcs11_luna_ext.so'
@@ -38,6 +44,7 @@ task :remove_pkg do
3844 rm_rf 'pkg'
3945end
4046task :gem => [ :remove_pkg ]
47+ task :compile => GENERATED_FILES
4148
4249hoe = Hoe . spec 'pkcs11_luna' do
4350 developer ( 'SafeNet' , 'support@safenet-inc.com' )
Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ GENERATED_FILES = [
2121 "ext/std_structs.rb"
2222]
2323
24+ CLEAN . include [
25+ 'ext/pk11s_struct_impl.inc' ,
26+ 'ext/pk11s_struct_def.inc' ,
27+ 'ext/pk11s_const_def.inc' ,
28+ 'ext/pk11s_struct.doc' ,
29+ ]
2430CLEAN . include SHARED_FILES
2531CLEAN . include GENERATED_FILES
2632CLEAN . include 'lib/pkcs11_protect_server_ext.so'
@@ -37,6 +43,7 @@ task :remove_pkg do
3743 rm_rf 'pkg'
3844end
3945task :gem => [ :remove_pkg ]
46+ task :compile => GENERATED_FILES
4047
4148hoe = Hoe . spec 'pkcs11_protect_server' do
4249 developer ( 'Lars Kanis' , 'kanis@comcard.de' )
You can’t perform that action at this time.
0 commit comments