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
6753c3c7
Commit
6753c3c7
authored
23 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
made building outside the source tree work again, Kevin Roth reported
parent
36e1363e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/Makefile.am
+3
-1
3 additions, 1 deletion
lib/Makefile.am
src/Makefile.am
+3
-1
3 additions, 1 deletion
src/Makefile.am
with
6 additions
and
2 deletions
lib/Makefile.am
+
3
−
1
View file @
6753c3c7
...
...
@@ -12,7 +12,9 @@ EXTRA_DIST = getdate.y \
lib_LTLIBRARIES
=
libcurl.la
INCLUDES
=
-I
$(
top_srcdir
)
/include
# we use srcdir/include for the static global include files
# we use builddir/lib for the generated lib/config.h file to get found
INCLUDES
=
-I
$(
top_srcdir
)
/include
-I
$(
top_builddir
)
/lib
libcurl_la_LDFLAGS
=
-no-undefined
-version-info
2:2:0
# This flag accepts an argument of the form current[:revision[:age]]. So,
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
3
−
1
View file @
6753c3c7
...
...
@@ -4,7 +4,9 @@
AUTOMAKE_OPTIONS
=
foreign nostdinc
INCLUDES
=
-I
$(
top_srcdir
)
/include
# we use srcdir/include for the static global include files
# we use builddir/src for the generated src/config.h file to get found
INCLUDES
=
-I
$(
top_srcdir
)
/include
-I
$(
top_builddir
)
/src
bin_PROGRAMS
=
curl
#memtest
...
...
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