diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-08 05:13:53 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-08 05:13:53 +0200 |
commit | a6f821ff833171da62a25ad24fd85bc7834f1961 (patch) | |
tree | b9210fe6c9c9e4eea397026d3fa38d38e01d5ecf /src/Makefile.am | |
parent | 8f2799acdbc3049b88758205bd921c7f8697a0ee (diff) | |
download | gtk-vlc-player-a6f821ff833171da62a25ad24fd85bc7834f1961.tar.gz |
support for opening the HTML manual from the experiment player help menu
URI is configurable (--with-help-uri)
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 f69a513..8915af2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,8 @@ bin_PROGRAMS = experiment-player experiment_player_SOURCES = main.c experiment_player_CFLAGS = $(AM_CFLAGS) -experiment_player_CPPFLAGS = -DDEFAULT_UI='"@DEFAULT_UI@"' +experiment_player_CPPFLAGS = -DDEFAULT_UI='"@DEFAULT_UI@"' \ + -DHELP_URI='"@HELP_URI@"' experiment_player_LDFLAGS = experiment_player_LDADD = |