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 412 B

1234567891011121314151617181920212223242526272829
  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. math.c \
  12. line.c \
  13. box.c \
  14. conic.c \
  15. triangle.c \
  16. sprite.c \
  17. bitmap.c \
  18. export_irc.c \
  19. export_ansi.c \
  20. export_html.c \
  21. export_ps.c \
  22. export_svg.c \
  23. $(NULL)
  24. libcucul_la_LDFLAGS = -no-undefined
  25. libcucul_la_LIBADD = @CUCUL_LIBS@