we need to link against CoreServices, not ApplicationServices

(cherry picked from commit ba4d2096e7)
This commit is contained in:
Ben Byer 2007-12-13 20:44:33 -08:00 committed by Jeremy Huddleston
parent 062d9234e2
commit e0e59b3bbc

View File

@ -12,7 +12,7 @@ X11APP_SUBDIRS = bundle
if LAUNCHD
libexec_PROGRAMS = x11-exec
x11_exec_LDFLAGS = -framework ApplicationServices
x11_exec_LDFLAGS = -framework CoreServices
endif
endif