Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
a80a98a5
Commit
a80a98a5
authored
Nov 29, 2000
by
Niels Möller
Browse files
* src/argp/Makefile.am (libargp_a_LIBADD): Include LIBOBJS in
libargp.a. Rev: src/argp/Makefile.am:1.5
parent
0169d7cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/argp/Makefile.am
View file @
a80a98a5
...
...
@@ -26,12 +26,14 @@ noinst_HEADERS = argp.h argp-fmtstream.h argp-namefrob.h # argp-comp.h
all
:
libargp.a
#
EXTRA_DIST =
argp-fmtstream.h argp-namefrob.h
EXTRA_DIST
=
mempcpy.c strchrnul.c strndup.c Versions
# Leaves out argp-fs-xinl.c and argp-xinl.c
libargp_a_SOURCES
=
argp-ba.c argp-eexst.c argp-fmtstream.c
\
argp-help.c argp-parse.c argp-pv.c
\
argp-pvh.c argp-eexst.c
argp_test_LDADD
=
libargp.a @LIBOBJS@
libargp_a_LIBADD
=
@LIBOBJS@
argp_test_LDADD
=
libargp.a
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment