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

123456789101112131415161718
  1. # $Id$
  2. AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\"
  3. noinst_PROGRAMS = optipal $(pango_programs)
  4. optipal_SOURCES = optipal.c
  5. makefont_SOURCES = makefont.c
  6. makefont_LDADD = ../cucul/libcucul.la
  7. makefont_CFLAGS = @PANGOFT2_CFLAGS@
  8. makefont_LDFLAGS = @PANGOFT2_LIBS@
  9. if USE_PANGO
  10. pango_programs = makefont
  11. else
  12. pango_programs =
  13. endif