diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-17 18:29:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-09-17 18:30:09 +0200 |
commit | 78dde8745e6fbc9ca73378d0ef093f3159d25d16 (patch) | |
tree | 5adba5f5b71ef7230d798b119eeddda256a0498c /unoidl/Module_unoidl.mk | |
parent | 3a576e36604dcd8027dc134febd6677af90ef237 (diff) |
New unoidl-read tool to translate registries into readable .idl files
Change-Id: Ibd6ce23d2698280105469fb75c4afa225dc237ee
Diffstat (limited to 'unoidl/Module_unoidl.mk')
-rw-r--r-- | unoidl/Module_unoidl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk index c0352579b4c9..308ccf1cd0ca 100644 --- a/unoidl/Module_unoidl.mk +++ b/unoidl/Module_unoidl.mk @@ -10,6 +10,7 @@ $(eval $(call gb_Module_Module,unoidl)) $(eval $(call gb_Module_add_targets,unoidl, \ + Executable_unoidl-read \ Library_unoidl \ )) |