aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-07 04:32:36 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-07 04:32:36 +0200
commit291b6aa31b7dc11fde0648f1a909838e19875856 (patch)
treee47432739fc87cbea56fd2a64f5f9f30d699df61 /src/Makefile.am
parent26d130571799e155584918bfbd4ffb8537782713 (diff)
downloadgtk-vlc-player-291b6aa31b7dc11fde0648f1a909838e19875856.tar.gz
build system: fixed AM_CFLAGS handling
when using per-target CFLAGS, AM_CFLAGS are ignored
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6fa4307..f69a513 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@ AM_CFLAGS = -Wall
bin_PROGRAMS = experiment-player
experiment_player_SOURCES = main.c
-experiment_player_CFLAGS =
+experiment_player_CFLAGS = $(AM_CFLAGS)
experiment_player_CPPFLAGS = -DDEFAULT_UI='"@DEFAULT_UI@"'
experiment_player_LDFLAGS =
experiment_player_LDADD =