comparison src/Makefile.am @ 2341:5486d558ecee

[gaim-migrate @ 2354] Arkadiusz Miskiewicz's patches to get automake 1.5 working, and so that it doesn't build .so.0 and .so.0.0.0. i need to do this for plugins/. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 21 Sep 2001 20:47:37 +0000
parents a22f18ae43c1
children 82e0f87c7698
comparison
equal deleted inserted replaced
2340:b16642ac87b2 2341:5486d558ecee
60 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) 60 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
61 gaim_LDFLAGS = -export-dynamic 61 gaim_LDFLAGS = -export-dynamic
62 gaim_LDADD = @LDADD@ @LIBOBJS@ 62 gaim_LDADD = @LDADD@ @LIBOBJS@
63 endif 63 endif
64 64
65 # UI stuff. We do this here so the PRPLs aren't forced to link with it 65 CFLAGS += $(PERL_CFLAGS)
66 LIBS += $(UI_LIBS) 66 CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" -DLIBDIR=\"$(libdir)/gaim/\" $(DEBUG_CFLAGS)
67 67
68 # Sound libs. Just for fun 68 LIBS = @LIBS@ $(UI_LIBS) $(SOUND_LIBS) $(STATIC_LINK_LIBS) $(PERL_LIBS) $(XSS_LIBS) $(INTLLIBS) $(DEBUG_LIBS)
69 LIBS += $(SOUND_LIBS)
70
71 # Static protocols
72 LIBS += $(STATIC_LINK_LIBS)
73
74 # Perl stuff. plugins shouldn't need this either (right?)
75 CFLAGS += $(PERL_CFLAGS)
76 LIBS += $(PERL_LIBS)
77
78 # X screensaver extension
79 LIBS += $(XSS_LIBS)
80
81 # gettext stuff
82 LIBS += $(INTLLIBS)
83
84 # any other stuff
85 CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" -DLIBDIR=\"$(libdir)/gaim/\" $(DEBUG_CFLAGS)
86 LIBS += $(DEBUG_LIBS)
87 69
88 EXTRA_DIST = applet.h \ 70 EXTRA_DIST = applet.h \
89 convo.h \ 71 convo.h \
90 gaim.h \ 72 gaim.h \
91 getopt.c \ 73 getopt.c \