Mercurial > pidgin
view plugins/Makefile @ 160:aaa8f0a2140e
[gaim-migrate @ 170]
Made it so that the passwords appeared as *'s in the change dialog
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 24 Apr 2000 04:44:24 +0000 |
| parents | e277d5f0c1dd |
| children | 9331563bdb26 |
line wrap: on
line source
CC = gcc CFLAGS = -Wall `gnome-config --cflags gtk` -I../src -g LDFLAGS = -ggdb `gnome-config --libs gtk` -shared -lpthread all: simple.so gaiminc.so autorecon.so spellchk.so chkmail.so \ filectl.so iconaway.so .SUFFIXES: .c .so .c.so: $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-soname,$@ -o $@ $<
