From 837fd3bb99b74e7e2d02396acaf233f6b228c869 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Mon, 19 Nov 2007 19:16:19 -0800 Subject: [PATCH] Darwin: Fixed make dist Added/corrected missing EXTRA_DIST entries. --- hw/darwin/Makefile.am | 4 +--- hw/darwin/quartz/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/darwin/Makefile.am b/hw/darwin/Makefile.am index a77c006ac..f1740e344 100644 --- a/hw/darwin/Makefile.am +++ b/hw/darwin/Makefile.am @@ -78,14 +78,12 @@ clean-local: x11app-clean x11launcher-clean endif EXTRA_DIST = \ + Xquartz.man \ darwinClut8.h \ darwin.h \ darwinKeyboard.h \ - apple/X11Application.h \ - apple/X11Controller.h \ apple/Info.plist \ apple/X11.icns \ - apple/Xquartz.man \ apple/bundle-main.c \ apple/English.lproj/InfoPlist.strings \ apple/English.lproj/Localizable.strings \ diff --git a/hw/darwin/quartz/Makefile.am b/hw/darwin/quartz/Makefile.am index 44b52e7c5..4c650e607 100644 --- a/hw/darwin/quartz/Makefile.am +++ b/hw/darwin/quartz/Makefile.am @@ -20,6 +20,8 @@ libXQuartz_a_SOURCES = \ quartzStartup.c EXTRA_DIST = \ + X11Application.h \ + X11Controller.h \ applewmExt.h \ keysym2ucs.h \ pseudoramiX.h \