plugins/mono/api/Makefile.am

changeset 11761
8cef5279bbb1
parent 11661
92a22dd58efa
child 11882
36fd5edba10c
--- 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
 

mercurial