source: trunk/tools/Makefile.am @ 1938

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

build: some build system fixes.

File size: 272 bytes
Line 
1
2include $(top_srcdir)/build/autotools/common.am
3
4SUBDIRS =
5SUBDIRS += neercs
6SUBDIRS += vslol
7
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.