summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-04 20:27:15 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-04 20:27:15 +0000
commitfde265c4fa7d38aec0b0fdcee006bb9adee4f8af (patch)
tree42d88afadcec14cabff52e528d25ccff19e0fd28 /css
parent61e31de98b97f556cfb2a0cafa172bde673e7859 (diff)
downloadvdr-plugin-live-fde265c4fa7d38aec0b0fdcee006bb9adee4f8af.tar.gz
vdr-plugin-live-fde265c4fa7d38aec0b0fdcee006bb9adee4f8af.tar.bz2
- added content type directive to precompiler calls
Diffstat (limited to 'css')
-rw-r--r--css/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/Makefile b/css/Makefile
index 6ee6807..d201ab9 100644
--- a/css/Makefile
+++ b/css/Makefile
@@ -28,7 +28,7 @@ all: libcss.a
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
%.cpp: %.css
- $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b $<
+ $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "text/css" $<
### Targets: