diff --git a/hw/darwin/Makefile.am b/hw/darwin/Makefile.am index 9222f5786..bfde6f6f1 100644 --- a/hw/darwin/Makefile.am +++ b/hw/darwin/Makefile.am @@ -314,4 +314,16 @@ EXTRA_DIST = \ darwinKeyboard.c \ darwinKeyboard.h \ darwinXinput.c \ + 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 \ + apple/English.lproj/main.nib/classes.nib \ + apple/English.lproj/main.nib/info.nib \ + apple/English.lproj/main.nib/keyedobjects.nib \ + apple/X11.xcodeproj/project.pbxproj \ XDarwin.man diff --git a/hw/darwin/bundle/Makefile.am b/hw/darwin/bundle/Makefile.am index dee34fd83..f02be74e1 100644 --- a/hw/darwin/bundle/Makefile.am +++ b/hw/darwin/bundle/Makefile.am @@ -35,4 +35,5 @@ CLEANFILES = startXClients EXTRA_DIST = \ XDarwin.icns \ + startXClients.cpp \ Info.plist diff --git a/hw/darwin/quartz/xpr/Makefile.am b/hw/darwin/quartz/xpr/Makefile.am index 980c7a4d6..7ebcba7bb 100644 --- a/hw/darwin/quartz/xpr/Makefile.am +++ b/hw/darwin/quartz/xpr/Makefile.am @@ -22,6 +22,8 @@ xprbundledir = @APPLE_APPLICATIONS_DIR@/Resources/xpr.bundle/Contents/MacOS EXTRA_DIST = \ dri.h \ dristruct.h \ + appledri.h \ + appledristr.h \ x-hash.h \ x-hook.h \ x-list.h \ diff --git a/hw/darwin/utils/Makefile.am b/hw/darwin/utils/Makefile.am index 92bf151cb..76cb7933d 100644 --- a/hw/darwin/utils/Makefile.am +++ b/hw/darwin/utils/Makefile.am @@ -8,5 +8,6 @@ man1_MANS = dumpkeymap.man EXTRA_DIST = \ README.txt \ + event_status_driver.h \ dumpkeymap.man