diff options
author | Jeremy Huddleston <jeremy@yuffie.local> | 2007-12-16 01:14:32 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@yuffie.local> | 2007-12-16 01:14:55 -0800 |
commit | bf20c4374aeb5160a0dc372df9b49f1bbc05f078 (patch) | |
tree | 43bb11b8ef2226ef9c9465d44d6136e65a8335c1 /hw/xquartz/Makefile.am | |
parent | 58c2898b62fbf0d8e0f175de7cc208dc29d93788 (diff) |
Xquartz: Removed launchd plist and x11-exec. The relevant code is now in xinit.
(cherry picked from commit 767b4c9d9daa5d0ea59ac1f0d70146798da631cb)
Diffstat (limited to 'hw/xquartz/Makefile.am')
-rw-r--r-- | hw/xquartz/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/xquartz/Makefile.am b/hw/xquartz/Makefile.am index 0326f784f..831ba49f4 100644 --- a/hw/xquartz/Makefile.am +++ b/hw/xquartz/Makefile.am @@ -9,12 +9,6 @@ AM_CPPFLAGS = \ if X11APP X11APP_SUBDIRS = bundle - -if LAUNCHD -libexec_PROGRAMS = x11-exec -x11_exec_LDFLAGS = -framework CoreServices -endif - endif SUBDIRS = . xpr $(X11APP_SUBDIRS) |