diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-04 21:29:20 +0200 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-04 21:29:20 +0200 |
| commit | 1574afef9e64bd598fc386d754ef8d46795cdbb0 (patch) | |
| tree | f21cac84157eddacb9b59088f2d08b00d9b2e03b /src/Makefile.am | |
| parent | 1b0605ae2ef81e0b936cf18b4dad2d39e835f75d (diff) | |
| download | experiment-player-1574afef9e64bd598fc386d754ef8d46795cdbb0.tar.gz | |
use GtkBuilder for UI, more sophisticated UI
default UI file is installed (/usr/share/experiment-player/default.ui) but the actually
used file may be changed via --with-default-ui=... (useful for windows where it should read --with-default-ui=default.ui)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f5c53cc..6fa4307 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = experiment-player experiment_player_SOURCES = main.c experiment_player_CFLAGS = -experiment_player_CPPFLAGS = +experiment_player_CPPFLAGS = -DDEFAULT_UI='"@DEFAULT_UI@"' experiment_player_LDFLAGS = experiment_player_LDADD = @@ -16,3 +16,5 @@ experiment_player_LDADD += @LIBGTK_LIBS@ experiment_player_CFLAGS += @GTKAPP_CFLAGS@ experiment_player_LDFLAGS += @GTKAPP_LDFLAGS@ + +dist_player_data_DATA = default.ui |
