diff options
author | Julien Cristau <[email protected]> | 2008-07-13 17:27:58 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-07-14 08:37:49 -0600 |
commit | 0a7df3794c35ed53c0243ec2b5e954debedfdfe6 (patch) | |
tree | 22438acef097073db257f7144d686382fcc946df /src/glu/sgi/Makefile | |
parent | f7eb0cec69f35c88baa82b8366b37964269feb92 (diff) |
glu: only export public symbols
Diffstat (limited to 'src/glu/sgi/Makefile')
-rw-r--r-- | src/glu/sgi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glu/sgi/Makefile b/src/glu/sgi/Makefile index 63eca5cbe77..cd1354cc802 100644 --- a/src/glu/sgi/Makefile +++ b/src/glu/sgi/Makefile @@ -139,6 +139,7 @@ $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME): $(OBJECTS) $(MKLIB) -o $(GLU_LIB) -linker '$(CXX)' -ldflags '$(LDFLAGS)' \ -major $(GLU_MAJOR) -minor $(GLU_MINOR) -patch $(GLU_TINY) \ -cplusplus $(MKLIB_OPTIONS) -install $(TOP)/$(LIB_DIR) \ + -exports glu.exports \ $(GLU_LIB_DEPS) $(OBJECTS) |