Skip to content

Commit

Permalink
fix library dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Nov 21, 2017
1 parent 4bc278d commit 57cf209
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions libasn1fix/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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

Expand Down

0 comments on commit 57cf209

Please sign in to comment.