~silwol/freenukum/trunk

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Wolfgang Silbermayr
  • Date: 2009-02-20 09:45:19 UTC
  • Revision ID: wolfgang@silbermayr.at-20090220094519-moe1sctql0l4qosl
Removing obsolete fn_draw functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                fn_menu.h           fn_menu.c \
14
14
                fn_borders.h        fn_borders.c \
15
15
                fn_bot.h            fn_bot.c \
16
 
                fn_draw.h           fn_draw.c \
17
16
                fn_drop.h           fn_drop.c \
18
17
                fn_effect.h         fn_effect.c \
19
18
                fn_error.h          fn_error.c \
44
43
if TESTPROGRAMS
45
44
noinst_PROGRAMS = fn_test_tilecache \
46
45
                  fn_test_borders \
47
 
                  fn_test_draw \
48
46
                  fn_test_drop \
49
47
                  fn_test_effect \
50
48
                  fn_test_error \
67
65
fn_test_borders_SOURCES        = fn_test_borders.c \
68
66
                                 $(objectsources)
69
67
 
70
 
fn_test_draw_SOURCES           = fn_test_draw.c \
71
 
                                 $(objectsources)
72
 
 
73
68
fn_test_drop_SOURCES           = fn_test_drop.c \
74
69
                                 $(objectsources)
75
70