* fix VDIR build
authorWilfried Göesgens <willi@citadel.org>
Sun, 4 Oct 2009 18:21:56 +0000 (18:21 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 4 Oct 2009 18:21:56 +0000 (18:21 +0000)
libcitadel/Makefile.in

index a0730d2e771c3bd249514624b3c9b96a85aeeab5..7e1fc5cca8f12d12282ff700eed56f423adf5754 100755 (executable)
@@ -77,7 +77,7 @@ uninstall:
 
 # for VPATH builds (invoked by configure)
 mkdir-init:
-       @for d in lib ; do \
+       @for d in lib lib/xdgmime tests ; do \
                (mkdir $$d 2> /dev/null || test 1) ; \
        done