diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-17 11:32:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-17 11:33:16 +0000 |
commit | a9c29c59be1672fb7e595b5592f882c575cd118a (patch) | |
tree | 3eed8a86aa0da39924c18c2fef0437304148ddf6 /solenv | |
parent | b14bd565c8e860ead9f666d72c5f25001464f317 (diff) |
gbuildify test
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/TargetLocations.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk index 59ad2390c31c..b49f890dd196 100644 --- a/solenv/gbuild/TargetLocations.mk +++ b/solenv/gbuild/TargetLocations.mk @@ -33,12 +33,13 @@ gb_Executable_get_target = $(OUTDIR)/bin/$(1)$(gb_Executable_EXT) gb_Executable_get_target_for_build = $(OUTDIR_FOR_BUILD)/bin/$(1)$(gb_Executable_EXT_for_build) gb_Extension_get_outdir_target = $(OUTDIR)/bin/$(1).oxt gb_PackagePart_get_destinations = \ - $(OUTDIR)/xml \ - $(OUTDIR)/pck \ - $(OUTDIR)/inc \ - $(OUTDIR)/idl \ $(OUTDIR)/bin \ + $(OUTDIR)/idl \ + $(OUTDIR)/inc \ $(OUTDIR)/lib \ + $(OUTDIR)/pck \ + $(OUTDIR)/unittest \ + $(OUTDIR)/xml \ gb_PackagePart_get_target = $(OUTDIR)/$(1) gb_Rdb_get_outdir_target = $(OUTDIR)/xml/$(1).rdb |