From 54f75db1b82cc5a81c98ed722b3a60c38645919d Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 1 Jun 2012 16:21:20 +0200 Subject: support for configuration files * currently it saves the quick-open and format-selection directories --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0a0c32a..6f0d771 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,8 @@ AM_CFLAGS = -Wall bin_PROGRAMS = experiment-player -experiment_player_SOURCES = main.c quick-open.c format-selection.c \ +experiment_player_SOURCES = main.c config.c \ + quick-open.c format-selection.c \ experiment-player.h experiment_player_CFLAGS = $(AM_CFLAGS) -- cgit v1.2.3