[Kde-imaging] extragear/libs/kipi-plugins

Angelo Naselli anaselli at linux.it
Sat Oct 21 23:40:35 CEST 2006


SVN commit 597868 by anaselli:

Added new libkipiplugins common library
- KPAboutData to be used into AboutDialog of each plugins

Please test, use and improve it
CCMAIL: kde-imaging at kde.org

 M  +1 -1      common/Makefile.am  
 AM            common/include/kpaboutdata.h   [License: GPL (v2+) (wrong address)]
 A             common/libkipiplugins/Makefile.am  
 AM            common/libkipiplugins/kpaboutdata.cpp   [License: GPL (v2+) (wrong address)]
 M  +3 -0      configure.in.in  


--- trunk/extragear/libs/kipi-plugins/common/Makefile.am #597867:597868
@@ -1,2 +1,2 @@
-SUBDIRS = exiv2iface  
+SUBDIRS = exiv2iface libkipiplugins
 
** trunk/extragear/libs/kipi-plugins/common/include/kpaboutdata.h #property svn:eol-style
   + native
** trunk/extragear/libs/kipi-plugins/common/libkipiplugins/kpaboutdata.cpp #property svn:eol-style
   + native
--- trunk/extragear/libs/kipi-plugins/configure.in.in #597867:597868
@@ -10,6 +10,9 @@
                              -I\$(top_srcdir)/kipi-plugins/common/exiv2iface" 
 AC_SUBST(KIPI_PLUGINS_COMMON_INCLUDE)
 
+KIPI_PLUGINS_COMMON_LDFLAGS="-L\$(top_builddir)/kipi-plugins/common/libkipiplugins"
+AC_SUBST(KIPI_PLUGINS_COMMON_LDFLAGS)
+
 KDE_ENABLE_HIDDEN_VISIBILITY
 
 # ----------------------------------------------------------


More information about the Kde-imaging mailing list