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/shared-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/shared-glapi')
-rw-r--r-- | src/mapi/shared-glapi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/shared-glapi/Makefile.am b/src/mapi/shared-glapi/Makefile.am index d215c43ad95..2cc5c590548 100644 --- a/src/mapi/shared-glapi/Makefile.am +++ b/src/mapi/shared-glapi/Makefile.am @@ -2,7 +2,7 @@ TOP = $(top_srcdir) GLAPI = $(top_srcdir)/src/mapi/glapi -include $(top_srcdir)/src/mapi/mapi/sources.mak +include $(top_srcdir)/src/mapi/mapi/Makefile.sources lib_LTLIBRARIES = libglapi.la libglapi_la_SOURCES = $(MAPI_GLAPI_FILES) |