mirror of https://gerrit.osmocom.org/asn1c
fix library dependency management
parent
4bc278d043
commit
57cf20953e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue