diff options
author | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2011-03-10 23:39:43 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-03-11 00:36:37 +0100 |
commit | 964cd42ae44f820a1700981b74250408b688d81e (patch) | |
tree | 38b31f6662a69fc73b1193aed9207d8a9ad39e2b /css | |
parent | 1b0a4c38d824231222bd3059a2c8c77920fb7e6c (diff) | |
download | vdr-plugin-live-964cd42ae44f820a1700981b74250408b688d81e.tar.gz vdr-plugin-live-964cd42ae44f820a1700981b74250408b688d81e.tar.bz2 |
Renamed FEATURES to PLUGINFEATURES in Makefiles.
Diffstat (limited to 'css')
-rw-r--r-- | css/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/Makefile b/css/Makefile index 9fb16ff..be9341a 100644 --- a/css/Makefile +++ b/css/Makefile @@ -44,7 +44,7 @@ all: libcss.a ### Implicit rules: %.o: %.cpp - $(CXX) $(CXXFLAGS) $(TNTFLAGS) -c $(DEFINES) $(FEATURES) $(INCLUDES) $< + $(CXX) $(CXXFLAGS) $(TNTFLAGS) -c $(DEFINES) $(PLUGINFEATURES) $(INCLUDES) $< %.cpp: %.css $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "text/css" $< |