Makefile.am 341 B

1234567891011121314151617181920
  1. AM_CPPFLAGS = \
  2. $(GLIB_CFLAGS) \
  3. -I$(top_srcdir) \
  4. -I$(top_srcdir)/lib/search \
  5. @CHECK_CFLAGS@
  6. LIBS = @CHECK_LIBS@ $(top_builddir)/lib/libmc.la
  7. TESTS = \
  8. replace__str_replace_all \
  9. parse_integer
  10. check_PROGRAMS = $(TESTS)
  11. replace__str_replace_all_SOURCES = \
  12. replace__str_replace_all.c
  13. parse_integer_SOURCES = \
  14. parse_integer.c