Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGökçen Eraslan <gokcen.eraslan@gmail.com>2014-12-23 23:00:56 +0300
committerGökçen Eraslan <gokcen.eraslan@gmail.com>2014-12-23 23:00:56 +0300
commit65b1ee3209e7b85f883ea05e3a43803f9c1a47fa (patch)
treecd6785bd50fd72fc83ca39da058cc7f3b2b06259
parent79e6e10d69ccd801ebd63b4d111828eaa039bec4 (diff)
Add forgotten LINK_FLAGS
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6bd5a90..32556e6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -56,7 +56,7 @@ ${LIB}/libtgl.a: ${TGL_OBJECTS} ${COMMON_OBJECTS}
ar ruv $@ ${TGL_OBJECTS} ${COMMON_OBJECTS}
${LIB}/libtgl.so: ${TGL_OBJECTS} ${COMMON_OBJECTS}
- ${CC} -shared -o $@ ${TGL_OBJECTS} ${COMMON_OBJECTS}
+ ${CC} -shared -o $@ ${TGL_OBJECTS} ${COMMON_OBJECTS} ${LINK_FLAGS}
${EXE}/generate: ${GENERATE_OBJECTS} ${COMMON_OBJECTS}
${CC} ${GENERATE_OBJECTS} ${COMMON_OBJECTS} ${LINK_FLAGS} -o $@