From kde-devel Wed Aug 27 18:43:39 2003 From: =?iso-8859-1?q?Bj=F6rn=20Sahlstr=F6m?= <> Date: Wed, 27 Aug 2003 18:43:39 +0000 To: kde-devel Subject: automake, autoconf guru needed X-MARC-Message: https://marc.info/?l=kde-devel&m=106201025724810 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--Boundary-00=_bvPT/K7jvXznrzw" --Boundary-00=_bvPT/K7jvXznrzw Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi I have posted this question here before without any help so i try again. I= =20 have a project (kbear) and I have porblems since some time, can't say when= =20 exactly it started. When I create source tarballs with 'make dist' the=20 tarball is created correctly. If I then unpack it and compile it, it compi= les=20 ok but when running make install some of the targets (plugins and parts)=20 aren't installed. The strange thing is that running make uninstall try to=20 uninstall them though. Also running make install in original source tree=20 installs them correctly. I attach two Makefile.am. Makefile.am1 is not=20 installed but Makefile.am2 is ! It seems as install-exec-am: is never creat= ed=20 in the makefiles that isn't installed. Any help should be most welcome. =2D-=20 MVH Bj=F6rn Sahlstr=F6m kbjorn@users.sourceforge.net --Boundary-00=_bvPT/K7jvXznrzw Content-Type: text/x-makefile; charset="us-ascii"; name="Makefile.am1" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Makefile.am1" INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces $(all_includes) kde_module_LTLIBRARIES = kbeartransferqueue.la kbeartransferqueue_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbeartransferqueue_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(top_builddir)/kbear/lib/libkbearcore.la METASOURCES = AUTO kbeartransferqueue_la_SOURCES = kbeartransferqueueplugin.cpp transferqueuewidget.cpp transferqueueconfigwidget.cpp transferqueuesession.cpp kbeartransferqueue_DATA = kbeartransferqueue.desktop kbeartransferqueuedir = $(kde_servicesdir) kbeartransferqueuepluginrc_DATA = kbeartransferqueueplugin.rc kbeartransferqueuepluginrcdir = $(kde_datadir)/kbeartransferqueue noinst_HEADERS = kbeartransferqueueplugin.h transferqueuewidget.h transferqueueconfigwidget.h transferqueuesession.h AM_CFLAGS = AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST AM_FFLAGS = --Boundary-00=_bvPT/K7jvXznrzw Content-Type: text/x-makefile; charset="us-ascii"; name="Makefile.am2" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Makefile.am2" INCLUDES = -I$(top_srcdir)/kbear/lib/interfaces $(all_includes) kde_module_LTLIBRARIES = kbearfirewall.la kbearfirewall_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version kbearfirewall_la_LIBADD = $(LIB_KDEUI) $(top_builddir)/kbear/lib/libkbearcore.la METASOURCES = AUTO kbearfirewall_la_SOURCES = kbearfirewallplugin.cpp firewallsettingswidget.cpp kbearfirewall_DATA = kbearfirewall.desktop kbearfirewalldir = $(kde_servicesdir) noinst_HEADERS = kbearfirewallplugin.h firewallsettingswidget.h AM_CFLAGS = AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST AM_FFLAGS = --Boundary-00=_bvPT/K7jvXznrzw Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe << --Boundary-00=_bvPT/K7jvXznrzw--