include.am 358 B

123456789101112
  1. # vim:ft=automake
  2. # included from Top Level Makefile.am
  3. # All paths should be given relative to the root
  4. if BUILD_EXAMPLE_ASN1
  5. noinst_PROGRAMS += examples/pem/pem
  6. examples_pem_pem_SOURCES = examples/pem/pem.c
  7. examples_pem_pem_LDADD = src/libwolfssl@LIBSUFFIX@.la $(LIB_STATIC_ADD)
  8. examples_pem_pem_DEPENDENCIES = src/libwolfssl@LIBSUFFIX@.la
  9. endif