## Process this file with automake to produce Makefile.in INCLUDES = \ -I$(top_srcdir)/intl \ $(GNOME_INCLUDEDIR) bin_PROGRAMS = gdrdao gdrdao_SOURCES = \ main.c \ widgets.h \ globals.c globals.h\ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h \ imgcp.c imgcp.h \ tocedit.c tocedit.h \ toceditpg.c toceditpg.h \ tocdata.c tocdata.h \ track.c track.h \ tracktime.c tracktime.h \ readtoc.c readtoc.h gdrdao_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS)