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
3c1db5f2
Commit
3c1db5f2
authored
17 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
when building
parent
562e9b7b
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
ares/Makefile.am
+10
-1
10 additions, 1 deletion
ares/Makefile.am
ares/configure.ac
+3
-0
3 additions, 0 deletions
ares/configure.ac
with
13 additions
and
1 deletion
ares/Makefile.am
+
10
−
1
View file @
3c1db5f2
...
...
@@ -8,7 +8,13 @@ MSVCFILES = vc/adig/adig.dep vc/adig/adig.dsp vc/vc.dsw vc/ahost/ahost.dep \
vc/ahost/ahost.dsp vc/areslib/areslib.dep vc/areslib/areslib.dsp
\
vc/areslib/areslib.dsw
noinst_PROGRAMS
=
ahost adig
if
DEBUGBUILD
PROGS
=
else
PROGS
=
ahost adig acountry
endif
noinst_PROGRAMS
=
$(
PROGS
)
# adig and ahost are just sample programs and thus not mentioned with the
# regular sources and headers
...
...
@@ -71,6 +77,9 @@ ahost_LDADD = $(top_builddir)/$(lib_LTLIBRARIES)
adig_SOURCES
=
adig.c ares_getopt.c
adig_LDADD
=
$(
top_builddir
)
/
$(
lib_LTLIBRARIES
)
acountry_SOURCES
=
acountry.c ares_getopt.c
acountry_LDADD
=
$(
top_builddir
)
/
$(
lib_LTLIBRARIES
)
# Make files named *.dist replace the file without .dist extension
dist-hook
:
find
$(
distdir
)
-name
"*.dist"
-exec
rm
{}
\;
...
...
This diff is collapsed.
Click to expand it.
ares/configure.ac
+
3
−
0
View file @
3c1db5f2
...
...
@@ -46,6 +46,8 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
dnl when doing the debug stuff, use static library only
AC_DISABLE_SHARED
debugbuild="yes"
dnl the entire --enable-debug is a hack that lives and runs on top of
dnl libcurl stuff so this BUILDING_LIBCURL is not THAT much uglier
AC_DEFINE(BUILDING_LIBCURL, 1, [when building as static part of libcurl])
...
...
@@ -70,6 +72,7 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
esac ],
AC_MSG_RESULT(no)
)
AM_CONDITIONAL(DEBUGBUILD, test x$debugbuild = xyes)
dnl skip libtool C++ and Fortran compiler checks
m4_ifdef([AC_PROG_CXX], [m4_undefine([AC_PROG_CXX])])
...
...
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