Update of /cvsroot/kbear/kbear/kbear/plugins/recentconnections
In directory sc8-pr-cvs1:/tmp/cvs-serv13799/kbear/plugins/recentconnections
Modified Files:
Makefile.am
Log Message:
Bugfixes and feature improvements
Index: Makefile.am
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/plugins/recentconnections/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.am 20 Jul 2003 19:35:32 -0000 1.6
--- Makefile.am 23 Jul 2003 18:27:25 -0000 1.7
***************
*** 1,20 ****
INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces $(all_includes)
!
kde_module_LTLIBRARIES = kbearrecentconnections.la
kbearrecentconnections_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN)
!
kbearrecentconnections_la_SOURCES = kbearrecentconnectionsplugin.cpp kbearrecentconnectionsoutputwidget.cpp kbearrecentconnectionsitem.cpp
-
- METASOURCES = AUTO
-
noinst_HEADERS = kbearrecentconnectionsoutputwidget.h kbearrecentconnectionsplugin.h kbearrecentconnectionsitem.h
kbearrecentconnectionsservicedir = $(kde_servicesdir)
kbearrecentconnectionsservice_DATA = kbearrecentconnections.desktop
-
kbearrecentconnectionsrcdir = $(kde_datadir)/kbearrecentconnections
kbearrecentconnectionsrc_DATA = kbearrecentconnections.rc
- SUBDIRS =
AM_CFLAGS =
AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST
AM_FFLAGS =
- kbearrecentconnections_la_LIBADD = $(top_builddir)/kbear/lib/libkbearcore.la $(LIB_KPARTS)
--- 1,14 ----
INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces $(all_includes)
! METASOURCES = AUTO
kde_module_LTLIBRARIES = kbearrecentconnections.la
kbearrecentconnections_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN)
! kbearrecentconnections_la_LIBADD = $(top_builddir)/kbear/lib/libkbearcore.la $(LIB_KPARTS)
kbearrecentconnections_la_SOURCES = kbearrecentconnectionsplugin.cpp kbearrecentconnectionsoutputwidget.cpp kbearrecentconnectionsitem.cpp
noinst_HEADERS = kbearrecentconnectionsoutputwidget.h kbearrecentconnectionsplugin.h kbearrecentconnectionsitem.h
kbearrecentconnectionsservicedir = $(kde_servicesdir)
kbearrecentconnectionsservice_DATA = kbearrecentconnections.desktop
kbearrecentconnectionsrcdir = $(kde_datadir)/kbearrecentconnections
kbearrecentconnectionsrc_DATA = kbearrecentconnections.rc
AM_CFLAGS =
AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST
AM_FFLAGS =
|