diff options
-rw-r--r-- | src/glx/Makefile | 1 | ||||
-rw-r--r-- | src/glx/apple/Makefile | 2 | ||||
-rw-r--r-- | src/glx/glx_error.c (renamed from src/glx/apple/glx_error.c) | 0 | ||||
-rw-r--r-- | src/glx/glx_error.h (renamed from src/glx/apple/glx_error.h) | 0 |
4 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/Makefile b/src/glx/Makefile index dd96973ea8f..183ffb188ad 100644 --- a/src/glx/Makefile +++ b/src/glx/Makefile @@ -15,6 +15,7 @@ SOURCES = \ glxconfig.c \ glxcmds.c \ glxcurrent.c \ + glx_error.c \ glxext.c \ glxextensions.c \ indirect_glx.c \ diff --git a/src/glx/apple/Makefile b/src/glx/apple/Makefile index 6868d28451b..66e665849ad 100644 --- a/src/glx/apple/Makefile +++ b/src/glx/apple/Makefile @@ -39,7 +39,7 @@ SOURCES = \ ../compsize.c \ ../glxconfig.c \ glx_empty.c \ - glx_error.c \ + ../glx_error.c \ ../glx_pbuffer.c \ ../glx_query.c \ ../glxcmds.c \ diff --git a/src/glx/apple/glx_error.c b/src/glx/glx_error.c index d44a80ca659..d44a80ca659 100644 --- a/src/glx/apple/glx_error.c +++ b/src/glx/glx_error.c diff --git a/src/glx/apple/glx_error.h b/src/glx/glx_error.h index 6ba2f854dbf..6ba2f854dbf 100644 --- a/src/glx/apple/glx_error.h +++ b/src/glx/glx_error.h |