Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
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
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
6bd6b3a8
Commit
6bd6b3a8
authored
12 years ago
by
Yang Tse
Browse files
Options
Downloads
Patches
Plain Diff
build: prevent global LIBS from influencing examples build targets
parent
91b57cd6
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
docs/examples/Makefile.am
+11
-2
11 additions, 2 deletions
docs/examples/Makefile.am
with
11 additions
and
2 deletions
docs/examples/Makefile.am
+
11
−
2
View file @
6bd6b3a8
...
...
@@ -36,18 +36,27 @@ EXTRA_DIST = README Makefile.example Makefile.inc Makefile.m32 \
AM_CPPFLAGS
=
-I
$(
top_builddir
)
/include/curl
\
-I
$(
top_builddir
)
/include
\
-I
$(
top_srcdir
)
/include
\
-DCURL_NO_OLDIES
-I
$(
top_srcdir
)
/include
LIBDIR
=
$(
top_builddir
)
/lib
# Avoid libcurl obsolete stuff
AM_CPPFLAGS
+=
-DCURL_NO_OLDIES
# Mostly for Windows build targets, when using static libcurl
if
USE_CPPFLAG_CURL_STATICLIB
AM_CPPFLAGS
+=
-DCURL_STATICLIB
endif
# Prevent global LIBS from influencing examples build targets
LIBS
=
$(
BLANK_AT_MAKETIME
)
# Dependencies
if
USE_EXPLICIT_LIB_DEPS
LDADD
=
$(
LIBDIR
)
/libcurl.la @LIBCURL_LIBS@
else
LDADD
=
$(
LIBDIR
)
/libcurl.la
endif
# Makefile.inc provides the check_PROGRAMS and COMPLICATED_EXAMPLES defines
include
Makefile.inc
...
...
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