Mercurial > pidgin
view plugins/Makefile.am @ 267:5c19f91e7ce4
[gaim-migrate @ 277]
Turns out it's not GDK's problem.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 25 May 2000 08:37:29 +0000 |
| parents | d25b1484011b |
| children | 8ed366802f2e |
line wrap: on
line source
SUFFIXES = .c .so if GNOMEAPPLET CFLAGS += $(GTK_CFLAGS) $(GNOME_INCLUDEDIR) -I../src -DUSE_APPLET else CFLAGS += $(GTK_CFLAGS) -I../src endif LDFLAGS += -ggdb $(GTK_LIBS) -shared .c.so: $(CC) $(CFLAGS) -fPIC -DPIC -o $@ $< $(LDFLAGS) plugin_DATA = autorecon.so iconaway.so spellchk.so plugindir = $(libdir)/gaim clean: $(RM) $(plugin_DATA) EXTRA_DIST = CRAZY HOWTO SIGNALS autorecon.c filectl.c gaiminc.c \ iconaway.c lagmeter.c notify.c simple.c spellchk.c toc_commands.c
