datetime: Fix distcheck with parallel build

This commit is contained in:
Bastien Nocera 2010-12-16 18:37:00 +00:00
parent d9ea76bc4a
commit 3d9f470da2

View file

@ -77,10 +77,10 @@ test_timezone_SOURCES = test-timezone.c tz.c tz.h
test_timezone_LDADD = $(PANEL_LIBS) $(CAPPLET_LIBS)
test_timezone_CFLAGS = $(PANEL_CFLAGS)
all: check
all-local: check-local
# FIXME remove "|| :" when we have all the necessary pixmaps
check: test-timezone
check-local: test-timezone
$(builddir)/test-timezone $(srcdir)/data || :
ccpanelsdir = $(PANELS_DIR)