--Boundary-00=_ClLBB457nzVOfk8 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, just did a "make -f Makefile.cvs" for KOffice and make said that kde_module_LTLIBRARIES was defined multiple times. This patch removes the _first_ instance. As far as I can see it shouldn't matter which instance is removed but I'm no automake expert. Patch should be applied in $KOffice/krita/plugins/colorsfilters/ Regards, Raphael PS: if you want _me_ to commit, just let me know. --Boundary-00=_ClLBB457nzVOfk8 Content-Type: text/x-diff; charset="utf-8"; name="krita_colorsfilter_makefile_am.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="krita_colorsfilter_makefile_am.patch" Index: Makefile.am =================================================================== RCS file: /home/kde/koffice/krita/plugins/colorsfilters/Makefile.am,v retrieving revision 1.7 diff -u -3 -p -r1.7 Makefile.am --- Makefile.am 26 Jul 2004 00:52:51 -0000 1.7 +++ Makefile.am 26 Jul 2004 07:49:10 -0000 @@ -14,8 +14,6 @@ INCLUDES = -I$(srcdir)/../../core/color $(KOFFICE_INCLUDES) \ -I$(interfacedir) $(KOPAINTER_INCLUDES) $(all_includes) -kde_module_LTLIBRARIES = kritacolorsfilters.la - kritacolorsfilters_la_SOURCES = colorsfilters.cc \ kis_perchannel_filter.cc \ formbcdialog.ui formrgbsliders.ui formcmybsliders.ui --Boundary-00=_ClLBB457nzVOfk8 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org https://mail.kde.org/mailman/listinfo/koffice-devel --Boundary-00=_ClLBB457nzVOfk8--