]> git.sur5r.net Git - bacula/bacula/commitdiff
Ensure that src/qt-console/.libs is cleaned properly
authorKern Sibbald <kern@sibbald.com>
Sat, 21 Feb 2009 16:00:54 +0000 (16:00 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 21 Feb 2009 16:00:54 +0000 (16:00 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8490 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/bat.pro.in
bacula/technotes-2.5

index 5c94b048139734c8dc5700def47a6165c255226d..205291d977765678e107fe0ceb8b6048a04a20d5 100644 (file)
@@ -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@ 
index 2fe1dc33aa4d7722a296b3222daf56a0d65e6dcb..2656490c3e8926b1aeecce6b8b125bd1183de97e 100644 (file)
@@ -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.