comparison src/Makefile.am @ 1658:ea5b31cdd438

[gaim-migrate @ 1668] fun stuff. hopefully this should fix things. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 28 Mar 2001 03:06:06 +0000
parents 8b2d855067cc
children 5584d61915eb
comparison
equal deleted inserted replaced
1657:45800119e039 1658:ea5b31cdd438
26 sound.c \ 26 sound.c \
27 ticker.c \ 27 ticker.c \
28 toc.c \ 28 toc.c \
29 util.c 29 util.c
30 gaim_applet_DEPENDENCIES = ../libfaim/libfaim.a @LIBOBJS@ 30 gaim_applet_DEPENDENCIES = ../libfaim/libfaim.a @LIBOBJS@
31 gaim_applet_LDFLAGS = -export-dynamic
31 gaim_applet_LDADD = @LDADD@ @LIBOBJS@ 32 gaim_applet_LDADD = @LDADD@ @LIBOBJS@
32 else 33 else
33 bin_PROGRAMS = gaim 34 bin_PROGRAMS = gaim
34 gaim_SOURCES = about.c \ 35 gaim_SOURCES = about.c \
35 aim.c \ 36 aim.c \
57 sound.c \ 58 sound.c \
58 ticker.c \ 59 ticker.c \
59 toc.c \ 60 toc.c \
60 util.c 61 util.c
61 gaim_DEPENDENCIES = ../libfaim/libfaim.a @LIBOBJS@ 62 gaim_DEPENDENCIES = ../libfaim/libfaim.a @LIBOBJS@
63 gaim_LDFLAGS = -export-dynamic
62 gaim_LDADD = @LDADD@ @LIBOBJS@ 64 gaim_LDADD = @LDADD@ @LIBOBJS@
63 endif 65 endif
64 66
65 # libfaim stuff. should be here instead of configure.in, since plugins/prpls shouldn't 67 # libfaim stuff. should be here instead of configure.in, since plugins/prpls shouldn't
66 # rely on libfaim (the only file that should depend on it is oscar.c) 68 # rely on libfaim (the only file that should depend on it is oscar.c)