comparison libgaim/plugins/Makefile.am @ 14235:a54ff7cafc2a

[gaim-migrate @ 16917] * Enable the log reader plugin. I'm really going to try to work on this some more, but making it available (with a warning) will help shame me into fixing it. * De-activate the stub loggers in the log reader plugin for Fire and Messenger Plus! * Fix up logs of svn:ignore properties so that svn status comes up clean. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 20 Aug 2006 20:14:12 +0000
parents 60b1bc8dbf37
children d5c22258df09
comparison
equal deleted inserted replaced
14234:04bdbbefbd1d 14235:a54ff7cafc2a
25 $(TCL_DIR) 25 $(TCL_DIR)
26 26
27 plugindir = $(libdir)/gaim 27 plugindir = $(libdir)/gaim
28 28
29 idle_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 29 idle_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
30 log_reader_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
30 psychic_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 31 psychic_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
31 statenotify_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 32 statenotify_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
32 33
33 # this can't be in a conditional otherwise automake 1.4 yells 34 # this can't be in a conditional otherwise automake 1.4 yells
34 dbus_example_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(DBUS_LIBS) 35 dbus_example_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(DBUS_LIBS)
35 36
36 if PLUGINS 37 if PLUGINS
37 38
38 plugin_LTLIBRARIES = \ 39 plugin_LTLIBRARIES = \
39 idle.la \ 40 idle.la \
41 log_reader.la \
40 psychic.la \ 42 psychic.la \
41 statenotify.la \ 43 statenotify.la \
42 $(DBUS_LTLIB) 44 $(DBUS_LTLIB)
43 45
44 46
45 idle_la_SOURCES = idle.c 47 idle_la_SOURCES = idle.c
48 log_reader_la_SOURCES = log_reader.c
46 psychic_la_SOURCES = psychic.c 49 psychic_la_SOURCES = psychic.c
47 statenotify_la_SOURCES = statenotify.c 50 statenotify_la_SOURCES = statenotify.c
48 51
49 if ENABLE_DBUS 52 if ENABLE_DBUS
50 53