changeset 25578:0d1a383697d6

Fix typo, LIBNAME should be LIBNAME_COMMON.
author diego
date Sat, 05 Jan 2008 14:32:46 +0000
parents f1ea96323643
children 341174008bbb
files loader/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/Makefile	Sat Jan 05 14:32:39 2008 +0000
+++ b/loader/Makefile	Sat Jan 05 14:32:46 2008 +0000
@@ -35,7 +35,7 @@
 
 CFLAGS+=-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
 
-dshow/test: dshow/test.c $(LIBNAME)
+dshow/test: dshow/test.c $(LIBNAME_COMMON)
 	$(CC) $(CFLAGS) -o $@ $^ -lstdc++
 
 clean::