From 377e3bddd4d73154520a9582d75de2b20ae532a5 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 12 Jul 2005 00:55:43 +0000 Subject: [PATCH] Forgot to add these for some reason --- GL/Makefile.am | 8 ++++++++ GL/dri/Makefile.am | 1 + 2 files changed, 9 insertions(+) create mode 100644 GL/Makefile.am create mode 100644 GL/dri/Makefile.am diff --git a/GL/Makefile.am b/GL/Makefile.am new file mode 100644 index 000000000..bc2d286e4 --- /dev/null +++ b/GL/Makefile.am @@ -0,0 +1,8 @@ +SUBDIRS = glx + +if DRI +SUBDIRS += dri +endif + +# switch among mesa/apple/windows for different ddxes + diff --git a/GL/dri/Makefile.am b/GL/dri/Makefile.am new file mode 100644 index 000000000..2b4e46ee8 --- /dev/null +++ b/GL/dri/Makefile.am @@ -0,0 +1 @@ +sdk_HEADERS = dri.h dristruct.h sarea.h