bin_PROGRAMS = biloba biloba_SOURCES = \ board.c \ main.c \ utils.c \ tile.c \ pawn.c \ logic.c \ player.c \ arrow.c \ local_input.c \ keyboard.c \ options.c \ font.c \ net.c \ llist.c \ game.c \ computer.c \ help.c \ msg.c \ sound.c EXTRA_DIST = \ arrow.h \ board.h \ computer.h \ font.h \ game.h \ help.h \ keyboard.h \ layout.h \ llist.h \ local_input.h \ logic.h \ net.h \ netops.h \ options.h \ pawn.h \ player.h \ tile.h \ utils.h \ msg.h \ sound.h \ biloba.ico \ biloba.rc \ server.c \ Makefile.server if MINGW32 resources.o: biloba.rc @WINDRES@ biloba.rc -o resources.o RES = resources.o endif biloba_LDADD = @MATHLIB@ -lSDL_image -lSDL_mixer $(RES) INCLUDES = -I../include -DMYDATADIR=\"$(pkgdatadir)\"