diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-09 07:19:08 +0200 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-09 07:19:08 +0200 |
| commit | 73a67468d522251a54654b4c5d6e7f02817fa0e7 (patch) | |
| tree | 9443e611ac509ddf2735c166b0609e81960b4653 /src/Makefile.am | |
| parent | 5032e77c496199e18e86f71f35836af4dccf1468 (diff) | |
| download | experiment-player-73a67468d522251a54654b4c5d6e7f02817fa0e7.tar.gz | |
moved quickopen-related functions into separate C file
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 8915af2..f7cef88 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 +experiment_player_SOURCES = main.c quickopen.c \ + experiment-player.h experiment_player_CFLAGS = $(AM_CFLAGS) experiment_player_CPPFLAGS = -DDEFAULT_UI='"@DEFAULT_UI@"' \ |
