diff options
author | Matt Turner <[email protected]> | 2013-01-21 10:25:31 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-04-15 12:04:25 -0700 |
commit | 3c690524e2ec0fdd6bef6d50897d6879fdb8b53b (patch) | |
tree | 3729d9fff2d85fd226dbcb4275e9e0476647c7a6 /src/mapi/glapi | |
parent | d50343dff1e74c203a9c32279b85ed762907b7ca (diff) |
build: Rename sources.mak -> Makefile.sources
For the sake of consistency.
Tested-by: Emil Velikov <[email protected]>
Reviewed-and-Tested-by: Andreas Boll <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
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 \ |