Makefile.am 366 B

12345678910111213141516171819202122
  1. AM_CPPFLAGS = -I$(top_srcdir)/lib
  2. noinst_HEADERS = \
  3. agxbuf.h \
  4. alloc.h \
  5. bitarray.h \
  6. exit.h \
  7. gv_fopen.h \
  8. overflow.h \
  9. prisize_t.h \
  10. sort.h \
  11. startswith.h \
  12. strcasecmp.h \
  13. streq.h \
  14. unreachable.h \
  15. unused.h
  16. noinst_LTLIBRARIES = libutil_C.la
  17. libutil_C_la_SOURCES = gv_fopen.c
  18. libutil_C_la_CPPFLAGS = $(AM_CPPFLAGS)
  19. EXTRA_DIST = README