diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-01 16:21:20 +0200 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-01 16:21:20 +0200 |
| commit | 54f75db1b82cc5a81c98ed722b3a60c38645919d (patch) | |
| tree | 993dfd37880816e663554bb7dac08c5b9e5af145 /src/Makefile.am | |
| parent | 12541e8b3bd3f7296f6289cadd4e550832556a27 (diff) | |
| download | experiment-player-54f75db1b82cc5a81c98ed722b3a60c38645919d.tar.gz | |
support for configuration files
* currently it saves the quick-open and format-selection directories
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
