Commit 57cf2095 authored by Lev Walkin's avatar Lev Walkin

fix library dependency management

parent 4bc278d0
......@@ -7,7 +7,6 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libasn1fix.la
libasn1fix_la_LIBDADD = $(top_builddir)/libasn1common/libasn1common.la
libasn1fix_la_SOURCES = \
asn1fix.c asn1fix.h \
asn1fix_internal.h \
......@@ -32,15 +31,13 @@ libasn1fix_la_SOURCES = \
asn1fix_constraint_compat.c
check_fixer_CPPFLAGS = -DTOP_SRCDIR=${top_srcdir} $(AM_CPPFLAGS)
check_fixer_LDADD = $(noinst_LTLIBRARIES) \
$(top_builddir)/libasn1common/libasn1common.la \
$(top_builddir)/libasn1parser/libasn1parser.la
check_crange_SOURCES = asn1fix_crange.c asn1fix_constraint_compat.c
check_crange_CPPFLAGS = -DUNIT_TEST $(AM_CPPFLAGS)
check_crange_LDADD = $(noinst_LTLIBRARIES) \
$(top_builddir)/libasn1common/libasn1common.la \
$(top_builddir)/libasn1parser/libasn1parser.la
LDADD = $(noinst_LTLIBRARIES) \
$(top_builddir)/libasn1parser/libasn1parser.la \
$(top_builddir)/libasn1common/libasn1common.la
check_PROGRAMS = check_crange check_fixer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment