aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)