diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-09-01 23:14:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-09-01 23:14:19 +0900 |
commit | 4289bc2c2634f7c618108cd08f92cdcc38b4eb34 (patch) | |
tree | 60734e46de69707adcfb1dceb767c8a37a14e983 /cervisia | |
parent | 6624975ff1239afb0b6d967c25af9f23700af509 (diff) | |
download | tdesdk-4289bc2c2634f7c618108cd08f92cdcc38b4eb34.tar.gz tdesdk-4289bc2c2634f7c618108cd08f92cdcc38b4eb34.zip |
Fixed FTBFS caused by previous commit (lsm files removal).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'cervisia')
-rw-r--r-- | cervisia/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/ChangeLog b/cervisia/ChangeLog index e1af7530..374301f1 100644 --- a/cervisia/ChangeLog +++ b/cervisia/ChangeLog @@ -844,7 +844,7 @@ cd cervisia cvs add -kb *.png cvs add Makefile.am README TODO .cvsignore ChangeLog LICENSE.QPL \ - cervisia.lsm *.cpp *.h *.rc + *.cpp *.h *.rc ======================================== @@ -853,7 +853,7 @@ * Added support for KDE/Qt 3. At the moment I've just made the minimum set of changes required to make it compile. Qt 2.x is still supported of course. - * Moved README, TODO, ChangeLog, cervisia.lsm and LICENSE.QPL to + * Moved README, TODO, ChangeLog and LICENSE.QPL to the main source directory. * Moved version string from configure.in.in to version.h * Updated version string |