Browse Source

Add missing icons.png, use CPPFLAGS instead of CXXFLAGS in automake rules.

legacy
Sam Hocevar sam 14 years ago
parent
commit
d7ee37a230
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/Makefile.am
  2. +1
    -1
      tools/Makefile.am

+ 1
- 1
src/Makefile.am View File

@@ -14,5 +14,5 @@ liblol_a_SOURCES = \
\ \
debugfps.cpp debugfps.h debugsphere.cpp debugsphere.h \ debugfps.cpp debugfps.h debugsphere.cpp debugsphere.h \
debugrecord.cpp debugrecord.h debugstats.cpp debugstats.h debugrecord.cpp debugrecord.h debugstats.cpp debugstats.h
liblol_a_CXXFLAGS = @LOL_CFLAGS@
liblol_a_CPPFLAGS = @LOL_CFLAGS@



+ 1
- 1
tools/Makefile.am View File

@@ -2,7 +2,7 @@
noinst_PROGRAMS = $(make_font) noinst_PROGRAMS = $(make_font)


make_font_SOURCES = make-font.cpp make_font_SOURCES = make-font.cpp
make_font_CXXFLAGS = @CACA_CFLAGS@
make_font_CPPFLAGS = @CACA_CFLAGS@
make_font_LDFLAGS = @CACA_LIBS@ make_font_LDFLAGS = @CACA_LIBS@


if USE_CACA if USE_CACA


Loading…
Cancel
Save