Bug 57327

Summary: Support for @VARIABLES@ in project names
Product: [Applications] kdevelop Reporter: Petr Ferschmann <petr>
Component: Build tools: AutomakeAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Fix for that

Description Petr Ferschmann 2003-04-16 18:29:51 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

In Makefile.am I can use:

lib_LTLIBRARIES = libtest@DEBUGSUFFIX@.la
libtest@DEBUGSUFFIX@_la_SOURCES = file.cpp

but it uses libtest_DEBUGSUFFIX__la_SOURCES.

So I think that @ is proper character in library name :-)
Comment 1 Petr Ferschmann 2003-04-16 22:06:51 UTC
Created attachment 1373 [details]
Fix for that

Fix that works for me.
Comment 2 Amilcar do Carmo Lucas 2003-04-17 13:18:44 UTC
Commited. Thanks for the patch. 
Fixed in CVS