]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/Makefile.in
Make filed/job.c downward compatible
[bacula/bacula] / bacula / Makefile.in
index 3d8ae498a890c22afa9055c0813695f02a8701e5..a5b99c1e03daec476441347a5aab8fafbd3164cd 100755 (executable)
@@ -18,7 +18,7 @@ dummy:
 # --client-only directories
 fd_subdirs = src scripts doc src/lib src/findlib src/filed \
             @READLINE_SRC@ src/console rescue rescue/linux \
-            @GNOME_DIR@ @WX_DIR@
+            @GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@
 
 # Non-client-only directores
 subdirs =    src/cats src/dird src/stored src/tools
@@ -181,6 +181,8 @@ clean:
        @(cd platforms; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1)
        @$(RMF) *~ 1 2 3 core core.* config.guess console.log console.sum
        @$(RMF) examples/1 examples/2 examples/devices/1 examples/devices/2
+       @$(RMF) -r autom4te.cache
+       @find . -name .#* -exec $(RMF) {} \;
 
 
 # clean for distribution