summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-11-11 01:24:35 +0000
committerphintuka <phintuka>2008-11-11 01:24:35 +0000
commitba9937b4d291273ee01132a310b93efcec57ef73 (patch)
tree631dfb4f07c7aff99c44867f692992f074cd25d7
parent19d853703cf51865068e1eb059baf8250b42a045 (diff)
downloadxineliboutput-ba9937b4d291273ee01132a310b93efcec57ef73.tar.gz
xineliboutput-ba9937b4d291273ee01132a310b93efcec57ef73.tar.bz2
USe configure-generated CFLAGS_VDR
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4523cb73..e20a2b95 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'xineliboutput.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile,v 1.55 2008-11-11 01:20:42 phintuka Exp $
+# $Id: Makefile,v 1.56 2008-11-11 01:24:35 phintuka Exp $
#
# The official name of this plugin.
@@ -251,7 +251,7 @@ endif
###
%.o: %.c
- $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $<
+ $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $(CFLAGS_VDR) -o $@ $<
###