comparison plugins/mono/api/Makefile.am @ 11661:8ebc2219fae3

[gaim-migrate @ 13946] hopefully this will apease cruise control... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Fri, 14 Oct 2005 05:28:50 +0000
parents a3302d271199
children d8f002812186
comparison
equal deleted inserted replaced
11660:a3302d271199 11661:8ebc2219fae3
13 $(TARGET): $(SOURCES) 13 $(TARGET): $(SOURCES)
14 mcs -t:library -out:$(TARGET) $(SOURCES) 14 mcs -t:library -out:$(TARGET) $(SOURCES)
15 15
16 .PHONY: install clean 16 .PHONY: install clean
17 17
18 install: 18 install: $(TARGET)
19 $(INSTALL) -m 644 $(TARGET) $(libdir)/gaim 19 $(INSTALL) -m 644 $(TARGET) $(libdir)/gaim
20 20
21 clean: 21 clean:
22 rm -rf $(TARGET) 22 rm -rf $(TARGET)