Makefile.am 518 B

1234567891011121314
  1. noinst_LIBRARIES = libccan.a
  2. libccan_a_SOURCES = \
  3. ../ccan-upstream/ccan/build_assert/build_assert.h \
  4. ../ccan-upstream/ccan/cast/cast.h \
  5. ../ccan-upstream/ccan/compiler/compiler.h \
  6. ../ccan-upstream/ccan/opt/helpers.c \
  7. ../ccan-upstream/ccan/opt/opt.c \
  8. ../ccan-upstream/ccan/opt/opt.h \
  9. ../ccan-upstream/ccan/opt/parse.c \
  10. ../ccan-upstream/ccan/opt/private.h \
  11. ../ccan-upstream/ccan/opt/usage.c \
  12. ../ccan-upstream/ccan/typesafe_cb/typesafe_cb.h
  13. libccan_a_CPPFLAGS = -I$(top_srcdir)/ccan-upstream