Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Niflib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Grant Kim
Niflib
Commits
533daf5d
Commit
533daf5d
authored
19 years ago
by
Amorilia
Browse files
Options
Downloads
Patches
Plain Diff
libtool fix in automake for compilation of shared libraries under Cygwin
parent
76bae41b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.am
+2
-2
2 additions, 2 deletions
Makefile.am
with
2 additions
and
2 deletions
Makefile.am
+
2
−
2
View file @
533daf5d
...
...
@@ -25,7 +25,7 @@ nif_math.cpp \
NIF_Blocks.cpp
\
NIF_IO.cpp
libniflib_la_LDFLAGS
=
-version-info
0:0:0
libniflib_la_LDFLAGS
=
-version-info
0:0:0
-shared
-no-undefined
BUILT_SOURCES
=
swig_wrap.cpp
SWIG_SOURCES
=
pyniflib.i
...
...
@@ -33,7 +33,7 @@ pkgpython_PYTHON = niflib.py
pkgpyexec_LTLIBRARIES
=
_niflib.la
_niflib_la_SOURCES
=
swig_wrap.cpp
$(
SWIG_SOURCES
)
_niflib_la_CPPFLAGS
=
$(
SWIG_PYTHON_CPPFLAGS
)
_niflib_la_LDFLAGS
=
-module
_niflib_la_LDFLAGS
=
-module
-shared
-no-undefined
_niflib_la_LIBADD
=
libniflib.la
swig_wrap.cpp
:
$(SWIG_SOURCES)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment