source: trunk/tools/Makefile.am @ 3106

Last change on this file since 3106 was 3106, checked in by sam, 9 years ago

lolremez: move LolRemez out of the engine, it's really too specific.

File size: 309 bytes
Line 
1
2include $(top_srcdir)/build/autotools/common.am
3
4SUBDIRS =
5SUBDIRS += lolremez
6SUBDIRS += neercs
7SUBDIRS += vimlol
8SUBDIRS += vslol
9
10noinst_PROGRAMS = $(make_font)
11
12make_font_SOURCES = make-font.cpp
13make_font_CPPFLAGS = @CACA_CFLAGS@
14make_font_LDFLAGS = @CACA_LIBS@
15
16if USE_CACA
17make_font = make-font
18endif
19
Note: See TracBrowser for help on using the repository browser.