From 5cb1f676cf4dc52a88af74eb0a8d1dc99ca8add5 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Fri, 5 Jan 2007 21:46:30 +0000 Subject: Fixed mime type for js files --- javascript/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/Makefile b/javascript/Makefile index 6dc97cd..4e074a5 100644 --- a/javascript/Makefile +++ b/javascript/Makefile @@ -7,7 +7,7 @@ CXXFLAGS ?= -O2 -Woverloaded-virtual -Wall -fPIC CXXFLAGS += `tntnet-config --cxxflags` LDFLAGS += `tntnet-config --libs` -INCLUDES += -I.. -I../pagelib -I$(VDRDIR)/include +INCLUDES += -I.. -I$(VDRDIR)/include ### The directory environment: @@ -29,7 +29,7 @@ all: libjavascript.a $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $< %.cpp: %.js - $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_JS) -b -m "test/javascript" $< + $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_JS) -b -m "text/javascript" $< ### Targets: -- cgit v1.2.3