Skip to content

Commit

Permalink
weeded the library out of unber program
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Jan 22, 2019
1 parent 8e1d759 commit ccfaf2a
Show file tree
Hide file tree
Showing 5 changed files with 821 additions and 727 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ stamp-h*
/asn1c/asn1c

# /asn1c-tools
/asn1-tools/enber
/asn1-tools/unber
/asn1-tools/enber/enber
/asn1-tools/unber/unber

# /skeletons
/skeletons/check-*
Expand Down
8 changes: 7 additions & 1 deletion asn1-tools/unber/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ AM_CPPFLAGS = \
-I${top_srcdir}/libasn1parser \
-I${top_srcdir}/skeletons

unber_LDADD = $(top_builddir)/libasn1common/libasn1common.la
noinst_LTLIBRARIES = libasn1-unber-tool.la

libasn1_unber_tool_la_SOURCES = \
libasn1_unber_tool.c libasn1_unber_tool.h

unber_LDADD = libasn1-unber-tool.la \
$(top_builddir)/libasn1common/libasn1common.la

bin_PROGRAMS = unber
Loading

0 comments on commit ccfaf2a

Please sign in to comment.