source: trunk/tools/Makefile.am @ 617

Last change on this file since 617 was 178, checked in by sam, 13 years ago

Proper detection of libcaca and libpipi.

File size: 176 bytes
Line 
1
2noinst_PROGRAMS = $(make_font)
3
4make_font_SOURCES = make-font.cpp
5make_font_CXXFLAGS = @CACA_CFLAGS@
6make_font_LDFLAGS = @CACA_LIBS@
7
8if USE_CACA
9make_font = make-font
10endif
11
Note: See TracBrowser for help on using the repository browser.