Mercurial > pidgin
diff console/plugins/Makefile.am @ 14715:04f03667702f
[gaim-migrate @ 17469]
Add a lastlog plugin for gaim-text.
committer: Tailor Script <tailor@pidgin.im>
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Thu, 12 Oct 2006 05:29:08 +0000 |
| parents | 69590c55c748 |
| children | f0292b71104b |
line wrap: on
line diff
--- a/console/plugins/Makefile.am Thu Oct 12 03:33:07 2006 +0000 +++ b/console/plugins/Makefile.am Thu Oct 12 05:29:08 2006 +0000 @@ -1,19 +1,23 @@ gntgf_la_LDFLAGS = -module -avoid-version gnthistory_la_LDFLAGS = -module -avoid-version +gntlastlog_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = \ gntgf.la \ - gnthistory.la + gnthistory.la \ + gntlastlog.la plugindir = $(libdir)/gaim gntgf_la_SOURCES = gntgf.c gnthistory_la_SOURCES = gnthistory.c +gntlastlog_la_SOURCES = lastlog.c gntgf_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS) $(top_builddir)/console/libgnt/libgnt.la gnthistory_la_LIBADD = $(GLIB_LIBS) +gntlastlog_la_LIBADD = $(GLIB_LIBS) endif # PLUGINS
