From ded56b1a74e6b3e4c48054b7e142d924b19e6104 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 1 Jul 2005 20:29:53 +0000 Subject: Adding initial build system. --- hw/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hw/Makefile.am (limited to 'hw/Makefile.am') diff --git a/hw/Makefile.am b/hw/Makefile.am new file mode 100644 index 000000000..26343e56b --- /dev/null +++ b/hw/Makefile.am @@ -0,0 +1,9 @@ +if DMX +DMX_SUBDIRS = dmx +endif + +XORG_SUBDIRS = xfree86 + +SUBDIRS = \ + $(XORG_SUBDIRS) \ + $(DMX_SUBDIRS) -- cgit v1.2.3