diff options
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/Makefile.am | 4 | ||||
-rw-r--r-- | src/mapi/glapi/Makefile.sources (renamed from src/mapi/glapi/sources.mak) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mapi/glapi/Makefile.am b/src/mapi/glapi/Makefile.am index bdb527d5c5c..cf2602aed0a 100644 --- a/src/mapi/glapi/Makefile.am +++ b/src/mapi/glapi/Makefile.am @@ -20,8 +20,8 @@ # IN THE SOFTWARE. TOP = $(top_srcdir) -include sources.mak -include ../mapi/sources.mak +include Makefile.sources +include ../mapi/Makefile.sources AM_CPPFLAGS = \ $(DEFINES) \ diff --git a/src/mapi/glapi/sources.mak b/src/mapi/glapi/Makefile.sources index aa8a4d40a9a..58d28c52c90 100644 --- a/src/mapi/glapi/sources.mak +++ b/src/mapi/glapi/Makefile.sources @@ -1,4 +1,4 @@ -# src/mapi/glapi/sources.mak +# src/mapi/glapi/Makefile.sources GLAPI_SOURCES = \ glapi_dispatch.c \ |