diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-22 10:32:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-22 10:32:37 +0000 |
commit | 4c9b42f21015d32cefaf7e1552b9d62a6f63c4c6 (patch) | |
tree | 8a02018d6df856c9d27c7480e2e21b3171594fad /vcl | |
parent | 820c47e77b1aa94f600094a1f0bb70be968ac92d (diff) |
INTEGRATION: CWS kdefixes02 (1.7.104); FILE MERGED
2005/04/18 09:37:26 kendy 1.7.104.1: #i47401#
Remove the necessity to build with --enable-libsn to have startup notification
working with KDE vclplug.
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk/app/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/vcl/unx/gtk/app/makefile.mk b/vcl/unx/gtk/app/makefile.mk index 002c7d618982..50775c860f22 100644 --- a/vcl/unx/gtk/app/makefile.mk +++ b/vcl/unx/gtk/app/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: kz $ $Date: 2005-01-13 18:09:09 $ +# last change: $Author: obo $ $Date: 2005-04-22 11:32:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,11 +93,6 @@ SLOFILES=\ $(SLO)$/gtkinst.obj \ $(SLO)$/gtksys.obj -.IF "$(WITH_LIBSN)"=="YES" -CDEFS+=-DHAVE_LIBSN -CFLAGS+=$(LIBSN_CFLAGS) -.ENDIF - .ELSE # "$(ENABLE_GTK)" != "" dummy: |