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 :-)
Created attachment 1373 [details] Fix for that Fix that works for me.
Commited. Thanks for the patch. Fixed in CVS