## Process this file with automake to produce Makefile.in INCLUDES = \ -DDATADIR=\""$(datadir)/glurp/"\" \ @PACKAGE_CFLAGS@ -Wall bin_PROGRAMS = glurp glurp_SOURCES = \ comm.h comm.c \ conf.h conf.c \ gui.h gui.c \ gui-callbacks.c \ keyboard.c \ libmpdclient.h libmpdclient.c \ main.c \ player.h player.c \ structs.h \ support.h support.c glurp_LDFLAGS = -export-dynamic glurp_LDADD = @PACKAGE_LIBS@