diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-28 23:28:34 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-28 23:28:34 +0000 |
commit | 86529c07d6ff69ef936ee370be07b373e2961360 (patch) | |
tree | a0c3c9cf5efd50c2975ad930ee0803e77d5d089f /hw/Makefile.am | |
parent | 3e4bf8a8f46e14078c64c56ad303c80cd9d8d5be (diff) |
Fix distcheck for server
Diffstat (limited to 'hw/Makefile.am')
-rw-r--r-- | hw/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/Makefile.am b/hw/Makefile.am index e2681953c..863649b69 100644 --- a/hw/Makefile.am +++ b/hw/Makefile.am @@ -24,3 +24,5 @@ SUBDIRS = \ $(XVFB_SUBDIRS) \ $(XNEST_SUBDIRS) \ $(DMX_SUBDIRS) + +DIST_SUBDIRS = dmx xfree86 vfb xnest xwin |