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.
 
 
 
 
 
 

18 lines
363 B

  1. # $Id$
  2. AM_CPPFLAGS = -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_CFLAGS = `pkg-config --cflags pangoft2`
  7. makefont_LDFLAGS = `pkg-config --libs pangoft2`
  8. if USE_PANGO
  9. pango_programs = makefont
  10. else
  11. pango_programs =
  12. endif