Automake creates bad Makefile in Appwizard templates

Jakob Lund/Trapsoft Inc JakobL at trapezesoftware.com
Tue Aug 27 08:17:03 UTC 2002


Hi automake experts

I have created two new templates for appwizard but there seems to be a
problem with the Makefile which is created. Makefile.am in the two
templates are identical to the other templates Makefile.am in context but
for some reason automake builds the Makefiles with install-data-am in wrong
sequence:
install-qmakeappDATA install-data-local \
install-templateDATA

Should be like this:

install-data-local install-qmakeappDATA \
install-templateDATA

Could someone with automake knowledge look in to this problem?

-----------------------------------------------------------------------------------------------

Jakob Simon-Gaarde
Trapeze Software Europe        Phone: +45 87 44 16 31
Søren Frichs Vej 38K, 2           Fax:     +45 87 44 16 01
DK-8230 Åbyhøj                      Email: jlu at trapezesoftware.dk
-----------------------------------------------------------------------------------------------





More information about the KDevelop-devel mailing list