diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-28 10:32:03 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-28 14:01:08 +0100 |
commit | 6bd0f9ba9d744b6d269eac72ae62e0bbd122a9a4 (patch) | |
tree | 146b89c5239393beb10cb0c4c7787733b52c716c /Makefile.in | |
parent | decf809674a837bfddb5b9a376502927364377e8 (diff) |
gbuild: refactor CliUnoApi
- stop copying the DLL to OUTDIR
- since that was the main reason for the separation between
CliUnoApi and CliUnoApiTarget, merge the targets;
the newly inherited variables are not expected to cause problems
- hardcode target to URE bin dir for now, no immediate need for
multiple layers
Change-Id: I428d801ec7058e1c6374d8162a4118a3fe581978
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 47f507a892c4..9c78dbf8fee1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -104,7 +104,7 @@ gbuild_TARGETS := AllLangHelp \ AutoInstall \ CliLibrary \ CliNativeLibrary \ - CliUnoApiTarget \ + CliUnoApi \ Configuration \ CppunitTest \ CustomTarget \ |