You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 424 B

123456789101112131415161718192021222324252627282930
  1. # $Id$
  2. include_HEADERS = cucul.h
  3. lib_LTLIBRARIES = libcucul.la
  4. libcucul_la_SOURCES = \
  5. cucul.c \
  6. cucul.h \
  7. cucul_internals.h \
  8. canvas.c \
  9. transform.c \
  10. charset.c \
  11. colour.c \
  12. math.c \
  13. line.c \
  14. box.c \
  15. conic.c \
  16. triangle.c \
  17. sprite.c \
  18. bitmap.c \
  19. export_irc.c \
  20. export_ansi.c \
  21. export_html.c \
  22. export_ps.c \
  23. export_svg.c \
  24. $(NULL)
  25. libcucul_la_LDFLAGS = -no-undefined
  26. libcucul_la_LIBADD = @CUCUL_LIBS@