diff options
author | phintuka <phintuka> | 2008-11-11 01:24:35 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-11 01:24:35 +0000 |
commit | ba9937b4d291273ee01132a310b93efcec57ef73 (patch) | |
tree | 631dfb4f07c7aff99c44867f692992f074cd25d7 | |
parent | 19d853703cf51865068e1eb059baf8250b42a045 (diff) | |
download | xineliboutput-ba9937b4d291273ee01132a310b93efcec57ef73.tar.gz xineliboutput-ba9937b4d291273ee01132a310b93efcec57ef73.tar.bz2 |
USe configure-generated CFLAGS_VDR
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@ $< ### |