From 5bea3fb45b100f0890e54a36fa3d0e7863ab1042 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 30 May 2012 15:51:08 +0200 Subject: implemented selection of format files by combo box * each transcript widget has its own box, they share their content (via a common GtkListStore) * currently the filename is displayed in the combo boxes --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0f469de..3b1a088 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ AM_CFLAGS = -Wall bin_PROGRAMS = experiment-player -experiment_player_SOURCES = main.c quickopen.c \ +experiment_player_SOURCES = main.c quickopen.c format-selection.c \ experiment-player.h experiment_player_CFLAGS = $(AM_CFLAGS) -- cgit v1.2.3