diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-27 16:13:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:33 +0100 |
commit | 941436645a3222ee07a7e348e38a34eca763eaea (patch) | |
tree | e582787c316ada91543d6a5da16808a6f4a872e7 /Repository.mk | |
parent | 3752a7c1ada87c744d5b3fa5c4ceac05e477e1c5 (diff) |
add a plausible .ui to .sdf extraction tool
Change-Id: Icd45e901ea9dd664fcbc0db0c71f555c4cc24a34
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index 62ca8c6467c7..6b7ccf6bef58 100644 --- a/Repository.mk +++ b/Repository.mk @@ -65,6 +65,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \ $(if $(filter UCPP,$(BUILD_TYPE)),\ ucpp \ ) \ + uiex \ ulfconv \ ulfex \ xml2cmp \ |