Skip to content

Commit

Permalink
libs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Nov 21, 2017
1 parent 3eb2703 commit 4bc278d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libasn1fix/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion libasn1parser/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 4bc278d

Please sign in to comment.