From: Kern Sibbald Date: Sat, 21 Feb 2009 16:00:54 +0000 (+0000) Subject: Ensure that src/qt-console/.libs is cleaned properly X-Git-Tag: Release-3.0.0~202 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=72dac3ba89d8df6b012aeaa3adb9c2ef0e395f9d;p=bacula%2Fbacula Ensure that src/qt-console/.libs is cleaned properly git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8490 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/qt-console/bat.pro.in b/bacula/src/qt-console/bat.pro.in index 5c94b04813..205291d977 100644 --- a/bacula/src/qt-console/bat.pro.in +++ b/bacula/src/qt-console/bat.pro.in @@ -23,7 +23,7 @@ LIBTOOL_LINK = @QMAKE_LIBTOOL@ --silent --tag=CXX --mode=link LIBTOOL_INSTALL = @QMAKE_LIBTOOL@ --silent --mode=install QMAKE_LINK = $${LIBTOOL_LINK} $(CXX) QMAKE_INSTALL_PROGRAM = $${LIBTOOL_INSTALL} install -m 0754 -p -QMAKE_CLEAN += .libs/bat +QMAKE_CLEAN += .libs/* qwt { INCLUDEPATH += @QWT_INC@ diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index 2fe1dc33aa..2656490c3e 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -25,6 +25,8 @@ filepattern (restore with regex in bsr) mixed priorities General: +21Feb09 +kes Ensure that src/qt-console/.libs is cleaned properly 20Feb09 mvw Use acl_data_len instead of seperate var for length of acl stream.