forked from AuroraMiddleware/gtk
Fix distcheck
Using an absolute path with subdir-objects failed in distcheck.
This commit is contained in:
parent
60dc478739
commit
de2e3c2c2e
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user