Applied patch from Alexander Jolk to make it work with --disable-static.

This commit is contained in:
Martin Baulig
1998-09-28 17:22:41 +00:00
parent fce4841810
commit f4cde0843d
2 changed files with 19 additions and 6 deletions
+6 -4
View File
@@ -9,12 +9,14 @@ DEFS = @DEFS@
# We install it in `libexec' since this will make it more easy
# to put the examples into an extra RPM package.
libexec_PROGRAMS = first first_static second second_static \
mountlist mountlist_static \
procmap procmap_static \
libexec_PROGRAMS = first second\
mountlist procmap \
@static_targets@ \
@guile_examples@ @smp_examples@
EXTRA_PROGRAMS = third third_static smp smp_static
EXTRA_PROGRAMS = first_static second_static \
mountlist_static procmap_static \
third third_static smp smp_static
first_SOURCES = first.c
first_LDADD = $(top_builddir)/lib/libgtop.la \