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/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/Makefile.am')
-rw-r--r-- | hw/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/Makefile.am b/hw/Makefile.am index 863649b69..054d7b8ba 100644 --- a/hw/Makefile.am +++ b/hw/Makefile.am @@ -18,6 +18,8 @@ if XWIN XWIN_SUBDIRS = xwin endif +# need to add darwin support here + SUBDIRS = \ $(XORG_SUBDIRS) \ $(XWIN_SUBDIRS) \ @@ -25,4 +27,4 @@ SUBDIRS = \ $(XNEST_SUBDIRS) \ $(DMX_SUBDIRS) -DIST_SUBDIRS = dmx xfree86 vfb xnest xwin +DIST_SUBDIRS = dmx xfree86 vfb xnest xwin darwin |