Mercurial > pidgin
diff plugins/Makefile.am @ 173:7b5d56a74b71
[gaim-migrate @ 183]
More mods to the build system to make it go smoother
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 25 Apr 2000 06:51:20 +0000 |
| parents | 450d62d40185 |
| children | 4b011ba81a9d |
line wrap: on
line diff
--- a/plugins/Makefile.am Tue Apr 25 06:02:31 2000 +0000 +++ b/plugins/Makefile.am Tue Apr 25 06:51:20 2000 +0000 @@ -1,7 +1,8 @@ SUFFIXES = .c .so -CFLAGS += $(GTK_CFLAGS) -I../src +CFLAGS += $(GTK_CFLAGS) -I../src $(GAIM_CFLAGS) LDFLAGS += -ggdb $(GTK_LIBS) -shared .c.so: $(CC) $(CFLAGS) -Wl,-soname,$@ -o $@ $< $(LDFLAGS) plugin_DATA = autorecon.so iconaway.so spellchk.so plugindir = $(libdir)/gaim +EXTRA_DIST = CRAZY HOWTO SIGNALS chkmail.c filectl.c gaiminc.c simple.c toc_commands.c
