* fix VDIR build
[citadel.git] / 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