plugins/mono/Makefile.am

changeset 11903
56ae8af14a0d
parent 11882
36fd5edba10c
--- a/plugins/mono/Makefile.am	Sun Oct 30 17:23:15 2005 +0000
+++ b/plugins/mono/Makefile.am	Sun Oct 30 17:24:38 2005 +0000
@@ -13,7 +13,7 @@
 
 SUFFIXES = .cs .dll
 .cs.dll: api/GaimAPI.dll $(mono_build_sources)
-	mcs -t:library -lib:./api -out:$@ -r:GaimAPI.dll $(addprefix $(srcdir)/, $<)
+	mcs -t:library -lib:./api -out:$@ -r:GaimAPI.dll $<
 
 clean-local:
 	rm -f $(mono_SCRIPTS)

mercurial