57d11c134a
Second part of cleaning up the lib directory: the effects library now lives in libkwineffects/ directory. For existing effects nothing changes as the install path is unchanged. The change obsoletes the lib/ directory. As glplatform.h has not yet been exported I dared to export it and adjust the places where it is used. CCMAIL: kwin@kde.org
2 lines
76 B
Bash
2 lines
76 B
Bash
#! /usr/bin/env bash
|
|
$XGETTEXT `find . -name \*.cpp` -o $podir/kwin_lib.pot
|