summaryrefslogtreecommitdiff
path: root/GL
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-04-18 17:47:01 +0300
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-04-23 18:11:55 +0300
commitdd7a53f8f21e41e1ab43f7e684ba586abc97ef7e (patch)
treec0340bc8573c61bee4e9bf01243923b77bc6a503 /GL
parent567d389d47dee233a973b101e04ce41c47a68f34 (diff)
glcore: drop GLcore (build system)
Diffstat (limited to 'GL')
-rw-r--r--GL/Makefile.am4
-rwxr-xr-xGL/symlink-mesa.sh1
2 files changed, 2 insertions, 3 deletions
diff --git a/GL/Makefile.am b/GL/Makefile.am
index 29d03f2d6..44fca18c5 100644
--- a/GL/Makefile.am
+++ b/GL/Makefile.am
@@ -2,8 +2,8 @@ if XQUARTZ
XQUARTZ_SUBDIRS = apple
endif
-SUBDIRS = glx mesa $(XQUARTZ_SUBDIRS)
-DIST_SUBDIRS = glx mesa apple
+SUBDIRS = glx $(XQUARTZ_SUBDIRS)
+DIST_SUBDIRS = glx apple
WINDOWS_EXTRAS = \
windows/ChangeLog \
diff --git a/GL/symlink-mesa.sh b/GL/symlink-mesa.sh
index 47afdcd37..d611fcf37 100755
--- a/GL/symlink-mesa.sh
+++ b/GL/symlink-mesa.sh
@@ -267,7 +267,6 @@ run() {
# $1 what to do
# $2 explanation
- ACTION=$1 EXPLANATION=$2 run_module mesa
ACTION=$1 EXPLANATION=$2 run_module glx
}