[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    Why aren't libraries installed ?
From:       Björn Sahlström <kbjorn () users ! sourceforge ! net>
Date:       2003-07-20 19:06:43
[Download RAW message or body]

Hi
I have a project (kbear) and I have porblems since some time, can't say when 
exactly it started. When I create source tarballs with 'make dist' the 
tarball is created correctly. If I then unpack it and compileit,  it compiles 
ok but when running make install some of the plugins and parts aren't 
installed. The strange thing is that running make uninstall try to uninstall 
them though. Also running make install inoriginal source tree installs them 
correctly. I attach two Makefile.am. Makefile.am1 is installed but 
Makefile.am2 is not !
Any help should be most welcome.
-- 
MVH
Björn Sahlström
kbjorn@users.sourceforge.net

["Makefile.am1" (text/x-makefile)]

INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces $(all_includes)

kde_module_LTLIBRARIES = kbearconsole.la
kbearconsole_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) $(KDE_PLUGIN)

kbearconsole_la_SOURCES = kbearconsoleplugin.cpp

kbearconsole_la_METASOURCES = AUTO

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)

["Makefile.am2" (text/x-makefile)]

kde_module_LTLIBRARIES = kbeargftpimportfilter.la
kbeargftpimportfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined
kbeargftpimportfilter_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kbear/lib/libkbearcore.la

INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces $(all_includes)

kbeargftpimportfilter_la_SOURCES = gftpimportfilterplugin.cpp

kbeargftpimportfilter_la_METASOURCES = AUTO

kbeargftpimportfilter_plugin_DATA = kbeargftimportfilter.desktop
kbeargftpimportfilter_plugindir = $(kde_servicesdir)

noinst_HEADERS = gftpimportfilterplugin.h

AM_CFLAGS = 
AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST
AM_FFLAGS = 
SUBDIRS = 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic