Bug 57327 - Support for @VARIABLES@ in project names
Summary: Support for @VARIABLES@ in project names
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Automake (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-16 18:29 UTC by Petr Ferschmann
Modified: 2003-04-17 13:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Fix for that (1.39 KB, patch)
2003-04-16 22:06 UTC, Petr Ferschmann
Details

Note You need to log in before you can comment on or make changes to this bug.
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