From 234ccdf6534598dc52f2926f2deb3a1dc960af88 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Thu, 21 Oct 2010 22:49:13 +0000 Subject: */Makefile.am: fix `:='-style assignments are not portable --- lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Plugins/Extensions') diff --git a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am index 27c751cf..fdd9c3ed 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am +++ b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am @@ -1,4 +1,4 @@ -OBJS := servicedvd.cpp +OBJS = servicedvd.cpp -include $(OBJS:.cpp=.d) -- cgit v1.2.3