Mercurial > pidgin
view plugins/mono/api/Makefile.am @ 11805:615c2fd3d72e
[gaim-migrate @ 14096]
Use a system message to inform users about the effects of the Enable Logging toggle.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Tue, 25 Oct 2005 01:00:28 +0000 |
| parents | d8f002812186 |
| children | c0e0fcd75926 |
line wrap: on
line source
MONOSOURCES = \ GaimPlugin.cs \ Debug.cs \ BuddyList.cs \ Buddy.cs \ Signal.cs \ Event.cs TARGET=GaimAPI.dll all: $(TARGET) $(TARGET): $(MONOSOURCES) mcs -t:library -out:$(TARGET) $(MONOSOURCES) .PHONY: install clean install: $(TARGET) $(INSTALL) -m 644 $(TARGET) $(libdir)/gaim clean: rm -rf $(TARGET)
