Commit 4bc278d0 authored by Lev Walkin's avatar Lev Walkin

libs fix

parent 3eb27032
......@@ -7,6 +7,7 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libasn1fix.la
libasn1fix_la_LIBDADD = $(top_builddir)/libasn1common/libasn1common.la
libasn1fix_la_SOURCES = \
asn1fix.c asn1fix.h \
asn1fix_internal.h \
......
......@@ -25,7 +25,7 @@ libasn1parser_la_SOURCES = \
check_PROGRAMS = check_asn1p_integer
LDADD = ../libasn1common/libasn1common.la libasn1parser.la
LDADD = $(top_builddir)/libasn1common/libasn1common.la libasn1parser.la
TESTS = $(check_PROGRAMS)
......
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