summaryrefslogtreecommitdiff
path: root/libdtv/libvdr/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-01-26 14:03:40 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2003-01-26 14:03:40 +0100
commit2da0c04c7cb427d501394ac2f666ce7bfafd7ac9 (patch)
tree5a7ad8ca417fcf034ec062eaced0d7fb1d2af136 /libdtv/libvdr/Makefile
parente2540aa89883eb3cd4f14fba83bbac88426e65b9 (diff)
downloadvdr-2da0c04c7cb427d501394ac2f666ce7bfafd7ac9.tar.gz
vdr-2da0c04c7cb427d501394ac2f666ce7bfafd7ac9.tar.bz2
Fixed handling user defined CFLAGS in libdtv/libvdr/Makefile
Diffstat (limited to 'libdtv/libvdr/Makefile')
-rw-r--r--libdtv/libvdr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdtv/libvdr/Makefile b/libdtv/libvdr/Makefile
index 0f2ad721..6eebedd4 100644
--- a/libdtv/libvdr/Makefile
+++ b/libdtv/libvdr/Makefile
@@ -29,8 +29,9 @@
#
CC ?= gcc
CFLAGS ?= -O2 -g -Wmissing-prototypes -Wstrict-prototypes \
- -Wimplicit -D__USE_FIXED_PROTOTYPES__ -I../include # -DDEBUG
+ -Wimplicit -D__USE_FIXED_PROTOTYPES__ # -DDEBUG
+CFLAGS += -I../include
AR = ar
ARFLAGS = r