Makefile.am 205 B

1234
  1. noinst_LIBRARIES = libccan.a
  2. libccan_a_SOURCES = compiler/compiler.h opt/helpers.c opt/opt.c opt/opt.h opt/parse.c opt/private.h opt/usage.c typesafe_cb/typesafe_cb.h
  3. libccan_a_CPPFLAGS = -I$(top_srcdir)