Fix distcheck

Using an absolute path with subdir-objects failed in distcheck.
This commit is contained in:
Matthias Clasen 2014-11-30 20:53:07 -05:00
parent 60dc478739
commit de2e3c2c2e

View File

@ -34,8 +34,8 @@ doc_shooter_SOURCES= \
shooter.c \
widgets.c \
widgets.h \
$(top_srcdir)/tests/gtkgears.c \
$(top_srcdir)/tests/gtkgears.h
../../tests/gtkgears.c \
../../tests/gtkgears.h
clean-local:
for file in *.png; do \