summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-09-27 20:53:19 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-09-27 20:53:19 +0000
commit52497dac4be07bb5a4ca1a73ec6198851173b6c4 (patch)
treef95e7e6676397d3fcb37182f5d23e770f0fcc028
parentd3a3818010a620ae57dd6831466ce9cd4137b28f (diff)
Update build system for apm, chips, cirrus, glint, i740, mga, neomagic,
newport to accomodate various new documentation and utility files.
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac1
-rw-r--r--util/Makefile.am8
3 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7052905..4e76113 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,4 +19,6 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = src man
+SUBDIRS = src man util
+
+EXTRA_DIST = README_HALLIB mga_PInS.txt
diff --git a/configure.ac b/configure.ac
index 77f2f49..b93e027 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,4 +97,5 @@ AC_OUTPUT([
Makefile
src/Makefile
man/Makefile
+ util/Makefile
])
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