Mercurial > pidgin
view plugins/mono/api/Makefile.am @ 11739:a25be0e70a67
[gaim-migrate @ 14030]
I changed the GtkStatusBox list stores to use an enum instead of a string
to identify the items in the GtkStatusBox. This feels a lot cleaner to me
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 23 Oct 2005 06:46:07 +0000 |
| parents | 8ebc2219fae3 |
| children | d8f002812186 |
line wrap: on
line source
SOURCES=\ GaimPlugin.cs \ Debug.cs \ BuddyList.cs \ Buddy.cs \ Signal.cs \ Event.cs TARGET=GaimAPI.dll all: $(TARGET) $(TARGET): $(SOURCES) mcs -t:library -out:$(TARGET) $(SOURCES) .PHONY: install clean install: $(TARGET) $(INSTALL) -m 644 $(TARGET) $(libdir)/gaim clean: rm -rf $(TARGET)
