Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

20 rader
310 B

  1. include $(top_srcdir)/build/autotools/common.am
  2. SUBDIRS =
  3. SUBDIRS += lolremez
  4. SUBDIRS += lolunit
  5. SUBDIRS += vimlol
  6. SUBDIRS += vslol
  7. noinst_PROGRAMS = $(make_font)
  8. make_font_SOURCES = make-font.cpp
  9. make_font_CPPFLAGS = @CACA_CFLAGS@
  10. make_font_LDFLAGS = @CACA_LIBS@
  11. if USE_CACA
  12. make_font = make-font
  13. endif