source: trunk/tools/Makefile.am @ 2071

Last change on this file since 2071 was 2071, checked in by sam, 11 years ago

vimlol: some code for a Vim plugin; see http://lol.zoy.org/wiki/dev/setup/vim

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