From 4c870bb344030a4045cddea67a8f95e32fd49974 Mon Sep 17 00:00:00 2001 From: Park SangHee Date: Fri, 29 Jun 2012 09:23:50 +0900 Subject: [PATCH] output file name change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 258755c..e887df1 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ SOURCES = \ src/modules/appopt/coregl_appopt_egl.c \ src/modules/appopt/coregl_appopt_gl.c -BIN = libCOREGL.so +BIN = libCOREGL.so.1.1 OBJECTS = $(SOURCES:.c=.o) -- 2.7.4