Use GNOME application associations for GTK2 builds (bug 128668). r=bzbarsky, sr=blizzard.

git-svn-id: svn://10.0.0.236/trunk@147448 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2003-09-29 22:04:05 +00:00
parent c850326539
commit 086d512e9a
5 changed files with 406 additions and 17 deletions

View File

@@ -107,3 +107,6 @@ ifeq ($(OS_ARCH),WINNT)
OS_LIBS += $(call EXPAND_LIBNAME, shell32)
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
EXTRA_DSO_LDOPTS += $(TK_LIBS)
endif