aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-08 05:13:53 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-08 05:13:53 +0200
commita6f821ff833171da62a25ad24fd85bc7834f1961 (patch)
treeb9210fe6c9c9e4eea397026d3fa38d38e01d5ecf /src/Makefile.am
parent8f2799acdbc3049b88758205bd921c7f8697a0ee (diff)
downloadgtk-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.am3
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 =