diff options
Diffstat (limited to 'src/mapi')
-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 | ||||
-rw-r--r-- | src/mapi/mapi/Makefile.sources (renamed from src/mapi/mapi/sources.mak) | 2 | ||||
-rw-r--r-- | src/mapi/shared-glapi/Makefile.am | 2 | ||||
-rw-r--r-- | src/mapi/vgapi/Makefile.am | 2 |
5 files changed, 6 insertions, 6 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 \ diff --git a/src/mapi/mapi/sources.mak b/src/mapi/mapi/Makefile.sources index 56f4afd3efc..a2f6c716984 100644 --- a/src/mapi/mapi/sources.mak +++ b/src/mapi/mapi/Makefile.sources @@ -1,4 +1,4 @@ -# src/mapi/mapi/sources.mak +# src/mapi/mapi/Makefile.sources # # mapi may be used in several ways # 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) diff --git a/src/mapi/vgapi/Makefile.am b/src/mapi/vgapi/Makefile.am index b7abf92a1cc..7d7c581236e 100644 --- a/src/mapi/vgapi/Makefile.am +++ b/src/mapi/vgapi/Makefile.am @@ -40,7 +40,7 @@ VG_include_HEADERS = \ lib_LTLIBRARIES = libOpenVG.la TOP=$(top_srcdir) -include ../mapi/sources.mak +include ../mapi/Makefile.sources libOpenVG_la_SOURCES = $(MAPI_FILES) vgapi_tmp.h libOpenVG_la_LIBADD = $(VG_LIB_DEPS) libOpenVG_la_LDFLAGS = -version-number 1 -no-undefined |