summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-06-25 12:44:43 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-25 13:48:28 +0200
commitbd0973a2106cb99b56e20204de85750cc0c8f52e (patch)
treefc5ae970ee53cc4729d49e44fbf4f09dc9857ec2 /sfx2
parente930aa48efa5cb7c31585b3e92e5550ed94e80be (diff)
Library_qstart.mk: remove -DDLL_NAME
The library is not called sfx2 but sfx, and it should really be using gb_Library_get_runtime_filename, but it turns out DLL_NAME is not actually used, so just remove it. Change-Id: I553318015c3c2a21725860b28574995a8319a44b (cherry picked from commit 7fb922b32b3fa612ebc8b7dfbc7e53ed990b40a0) Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/Library_qstart.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/Library_qstart.mk b/sfx2/Library_qstart.mk
index aa0a5495aa48..a1372e5d94f0 100644
--- a/sfx2/Library_qstart.mk
+++ b/sfx2/Library_qstart.mk
@@ -41,7 +41,6 @@ $(eval $(call gb_Library_use_api,qstart_gtk,\
))
$(eval $(call gb_Library_add_defs,qstart_gtk,\
- -DDLL_NAME=$(notdir $(call gb_Library_get_target,sfx2)) \
-DENABLE_QUICKSTART_APPLET \
))