diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-09-27 20:53:19 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-09-27 20:53:19 +0000 |
commit | 52497dac4be07bb5a4ca1a73ec6198851173b6c4 (patch) | |
tree | f95e7e6676397d3fcb37182f5d23e770f0fcc028 /util | |
parent | d3a3818010a620ae57dd6831466ce9cd4137b28f (diff) |
Update build system for apm, chips, cirrus, glint, i740, mga, neomagic,
newport to accomodate various new documentation and utility files.
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/util/Makefile.am b/util/Makefile.am new file mode 100644 index 0000000..8f64bcf --- /dev/null +++ b/util/Makefile.am @@ -0,0 +1,8 @@ +# $XFree86: $ + +# this is not even built in the monolith, so don't install it +bin_PROGRAMS = stormdwg + +stormdwg_SOURCES = stormdwg.c + +EXTRA_DIST = README |