datetime: Fix distcheck with parallel build
This commit is contained in:
parent
d9ea76bc4a
commit
3d9f470da2
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue