source:
trunk/tools/Makefile.am
@
617
Last change on this file since 617 was 178, checked in by , 13 years ago | |
---|---|
File size: 176 bytes |
Line | |
---|---|
1 | |
2 | noinst_PROGRAMS = $(make_font) |
3 | |
4 | make_font_SOURCES = make-font.cpp |
5 | make_font_CXXFLAGS = @CACA_CFLAGS@ |
6 | make_font_LDFLAGS = @CACA_LIBS@ |
7 | |
8 | if USE_CACA |
9 | make_font = make-font |
10 | endif |
11 |
Note: See TracBrowser
for help on using the repository browser.