glcore: drop GLcore (build system)

This commit is contained in:
George Sapountzis
2008-04-18 17:47:01 +03:00
parent 567d389d47
commit dd7a53f8f2
4 changed files with 4 additions and 21 deletions

View File

@@ -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 \

View File

@@ -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
}