source:
trunk/tools/Makefile.am
@
2071
Last change on this file since 2071 was 2071, checked in by , 11 years ago | |
---|---|
File size: 289 bytes |
Line | |
---|---|
1 | |
2 | include $(top_srcdir)/build/autotools/common.am |
3 | |
4 | SUBDIRS = |
5 | SUBDIRS += neercs |
6 | SUBDIRS += vimlol |
7 | SUBDIRS += vslol |
8 | |
9 | noinst_PROGRAMS = $(make_font) |
10 | |
11 | make_font_SOURCES = make-font.cpp |
12 | make_font_CPPFLAGS = @CACA_CFLAGS@ |
13 | make_font_LDFLAGS = @CACA_LIBS@ |
14 | |
15 | if USE_CACA |
16 | make_font = make-font |
17 | endif |
18 |
Note: See TracBrowser
for help on using the repository browser.