--- a/plugins/mono/api/Makefile.am Sun Oct 23 20:39:00 2005 +0000 +++ b/plugins/mono/api/Makefile.am Sun Oct 23 20:43:02 2005 +0000 @@ -1,4 +1,4 @@ -SOURCES=\ +MONOSOURCES = \ GaimPlugin.cs \ Debug.cs \ BuddyList.cs \ @@ -10,8 +10,8 @@ all: $(TARGET) -$(TARGET): $(SOURCES) - mcs -t:library -out:$(TARGET) $(SOURCES) +$(TARGET): $(MONOSOURCES) + mcs -t:library -out:$(TARGET) $(MONOSOURCES) .PHONY: install clean