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