Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: Bugreport: Games-Plugin
Hello Ludwig, Hello Clemens,
just testet this patch. On my system it works :-)
Thx
Dieter
Move the include before your local modifications of CFLAGS etc.
--- Makefile.orig 2003-09-13 11:06:33.000000000 +0200
+++ Makefile 2003-09-20 09:38:30.000000000 +0200
@@ -34,13 +34,13 @@
else
+ -include $(VDRDIR)/Make.config
+
TARGET = libvdr-games.so
OBJS += $(VDROBJS)
CFLAGS += -I$(VDRDIR) -I$(DVBDIR)/include
LFLAGS += -shared --whole-archive
--include $(VDRDIR)/Make.config
-
endif
all:
Why do you hide the compiler calls?
cu
Ludwig
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index