Changeset 178 for trunk/tools/Makefile.am
- Timestamp:
- Aug 28, 2010, 7:19:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/Makefile.am
r97 r178 1 1 2 noinst_PROGRAMS = make-font2 noinst_PROGRAMS = $(make_font) 3 3 4 4 make_font_SOURCES = make-font.cpp 5 make_font_CXXFLAGS = `pkg-config --cflags caca`6 make_font_LDFLAGS = `pkg-config --libs caca`5 make_font_CXXFLAGS = @CACA_CFLAGS@ 6 make_font_LDFLAGS = @CACA_LIBS@ 7 7 8 if USE_CACA 9 make_font = make-font 10 endif 11
Note: See TracChangeset
for help on using the changeset viewer.