diff options
author | Kristian Høgsberg <krh@redhat.com> | 2005-10-05 21:38:40 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2005-10-05 21:38:40 +0000 |
commit | dc6ac8e46f80157960a24a1be1fb83f22dff45a0 (patch) | |
tree | ec677a383f487d84c02a6aa0f8e73d7bf17563e8 /hw/vfb | |
parent | 8391eaa4aa1ae3744ad8c45f5d148ba362d2c9dd (diff) |
Add DGA configure option and add various files that we should be dist'ing.
Simplify xf86DefModeSet.c rule a bit.
Diffstat (limited to 'hw/vfb')
-rw-r--r-- | hw/vfb/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/vfb/Makefile.am b/hw/vfb/Makefile.am index 2c799a5d6..c02319192 100644 --- a/hw/vfb/Makefile.am +++ b/hw/vfb/Makefile.am @@ -23,3 +23,7 @@ AM_CFLAGS = -DHAVE_DIX_CONFIG_H \ -DNO_MODULE_EXTS \ -DXFree86Server \ $(XVFBMODULES_CFLAGS) + +man1_MANS = Xvfb.man + +CLEANFILES = $(man1_MANS) |