[KBear-cvs] kbear/kbear/plugins/console Makefile.am,1.5,1.6
Brought to you by:
kbjorn
From: <kb...@us...> - 2003-07-23 18:38:03
|
Update of /cvsroot/kbear/kbear/kbear/plugins/console In directory sc8-pr-cvs1:/tmp/cvs-serv13799/kbear/plugins/console Modified Files: Makefile.am Log Message: Bugfixes and feature improvements Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/plugins/console/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 20 Jul 2003 19:35:34 -0000 1.5 --- Makefile.am 23 Jul 2003 18:27:26 -0000 1.6 *************** *** 1,17 **** INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces $(all_includes) METASOURCES = AUTO - kde_module_LTLIBRARIES = kbearconsole.la kbearconsole_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) ! kbearconsole_la_SOURCES = kbearconsoleplugin.cpp ! ! ! noinst_HEADERS = kbearconsoleplugin.h kbearconsoleplugin.h kbearconsoleservicedir = $(kde_servicesdir) kbearconsoleservice_DATA = kbearconsole.desktop - SUBDIRS = AM_CFLAGS = AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST AM_FFLAGS = - kbearconsole_la_LIBADD = $(top_builddir)/kbear/lib/libkbearcore.la $(LIB_KPARTS) --- 1,12 ---- INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces $(all_includes) METASOURCES = AUTO kde_module_LTLIBRARIES = kbearconsole.la kbearconsole_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) ! kbearconsole_la_LIBADD = $(top_builddir)/kbear/lib/libkbearcore.la $(LIB_KPARTS) kbearconsole_la_SOURCES = kbearconsoleplugin.cpp ! noinst_HEADERS = kbearconsoleplugin.h kbearconsoleservicedir = $(kde_servicesdir) kbearconsoleservice_DATA = kbearconsole.desktop AM_CFLAGS = AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST AM_FFLAGS = |