Re: .so.0.0.0 files not required
Philip S Tellis <[email protected]> Wed, 18 Feb 2004 19:00:10 +0530 (IST)
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <[email protected]> |
Sometime Today, Philip S Tellis assembled some asciibets to say: > This patch gets rid of useless .so.0.0.0 files. We only need .so files, > so no need to build and install the others. oh yeah, forgot to mention, it also installs plugins in /usr/local/lib/eb-lite rather than /usr/local/share/eb-lite/plugins since these plugins are platform specific, they need to be in lib and not in share. The patch attached to this mail makes the change for src/Makefile.am, which was missing in the earlier patch. Both patches need to be applied. Philip -- "It's hard to be mad at someone who misses you while you're asleep." -Calvin _______________________________________________ Everybuddy mailing list [email protected] http://lists.spine.cx/listinfo/everybuddy
plugin-makefile-diff-addendum
(text/plain, 404 B)
Index: Makefile.am =================================================================== --- Makefile.am (revision 269) +++ Makefile.am (working copy) @@ -27,5 +27,5 @@ eb_lite_LDADD = $(STATIC_LIBS) -lstdc++ $(WIN32_LIBS) eb_lite_DEPENDENCIES = $(STATIC_LIBS) -AM_CPPFLAGS = @CPPFLAGS@ -DPLUGINS_DIR=\"$(datadir)/eb-lite/plugins\" +AM_CPPFLAGS = @CPPFLAGS@ -DPLUGINS_DIR=\"$(pkglibdir)\"