Mercurial > pidgin
diff plugins/Makefile @ 105:c76d4c0c5e3a
[gaim-migrate @ 115]
Start of a plugin to let you check your email
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Wed, 12 Apr 2000 06:46:38 +0000 |
| parents | c5a1a1b05c26 |
| children | e05e6373ea5a |
line wrap: on
line diff
--- a/plugins/Makefile Mon Apr 10 08:21:10 2000 +0000 +++ b/plugins/Makefile Wed Apr 12 06:46:38 2000 +0000 @@ -2,7 +2,7 @@ CFLAGS = -Wall `gnome-config --cflags gtk` -I../src LDFLAGS = -ggdb `gnome-config --libs gtk` -shared -all: simple.so gaiminc.so autorecon.so spellchk.so +all: simple.so gaiminc.so autorecon.so spellchk.so chkmail.so .SUFFIXES: .c .so
