summaryrefslogtreecommitdiff
path: root/sfx2/Library_qstart.mk
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 12:46:18 +0200
commit7fb922b32b3fa612ebc8b7dfbc7e53ed990b40a0 (patch)
tree0d1341194906a29692d5ef1b58379db24f8b9322 /sfx2/Library_qstart.mk
parentefb69f7c737f8f8dae876c8d6b7bf3968a40676d (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
Diffstat (limited to 'sfx2/Library_qstart.mk')
-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 \
))