we need to link against CoreServices, not ApplicationServices

This commit is contained in:
Ben Byer 2007-12-13 20:44:33 -08:00
parent e1f4a0c20d
commit ba4d2096e7

View File

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