diff options
author | Kevin E Martin <kem@kem.org> | 2005-10-07 14:27:47 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-10-07 14:27:47 +0000 |
commit | 578e18d11b3d61449c1dd7eba04e1748f19c68f3 (patch) | |
tree | c78cb18f04abc22803511e9cee102b4faa3cdb5c /hw/xwin/Makefile.am | |
parent | 148df64a05d69adaac4b0f3684b846eb1da60219 (diff) |
Add darwin to dist
Include missing docs in EXTRA_DIST
Include headers and other files in dist
Diffstat (limited to 'hw/xwin/Makefile.am')
-rw-r--r-- | hw/xwin/Makefile.am | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/hw/xwin/Makefile.am b/hw/xwin/Makefile.am index 0144a1b8d..2ab7960c7 100644 --- a/hw/xwin/Makefile.am +++ b/hw/xwin/Makefile.am @@ -105,6 +105,22 @@ SRCS = InitInput.c \ winwakeup.c \ winwindow.c \ winwndproc.c \ + ddraw.h \ + winclipboard.h \ + winconfig.h \ + win.h \ + winkeybd.h \ + winkeymap.h \ + winkeynames.h \ + winlayouts.h \ + winmessages.h \ + winmsg.h \ + winms.h \ + winmultiwindowclass.h \ + winprefs.h \ + winpriv.h \ + winresource.h \ + winwindow.h \ $(top_srcdir)/mi/miinitext.c \ $(top_srcdir)/fb/fbcmap.c \ $(SRCS_CLIPBOARD) \ @@ -147,3 +163,31 @@ AM_YFLAGS = -d AM_LFLAGS = -i AM_CFLAGS = -DHAVE_XWIN_CONFIG_H \ $(XWINMODULES_CFLAGS) + +dist_man_MANS = XWin.1 XWinrc.1 + +EXTRA_DIST = \ + _usr_X11R6_lib_X11_system.XWinrc \ + X-boxed.ico \ + X.ico \ + XWin.rc \ + xlaunch/config.cc \ + xlaunch/COPYING \ + xlaunch/main.cc \ + xlaunch/resources/dialog.rc \ + xlaunch/resources/fullscreen.bmp \ + xlaunch/resources/images.rc \ + xlaunch/resources/multiwindow.bmp \ + xlaunch/resources/nodecoration.bmp \ + xlaunch/resources/resources.h \ + xlaunch/resources/resources.rc \ + xlaunch/resources/strings.rc \ + xlaunch/resources/windowed.bmp \ + xlaunch/window/dialog.cc \ + xlaunch/window/dialog.h \ + xlaunch/window/util.cc \ + xlaunch/window/util.h \ + xlaunch/window/window.cc \ + xlaunch/window/window.h \ + xlaunch/window/wizard.cc \ + xlaunch/window/wizard.h |