examples: Dist header file for the Qt graphics view example

Fixes bug #610832.
This commit is contained in:
Götz Waschk 2010-02-23 16:57:53 +01:00 committed by Sebastian Dröge
parent 63593f5f1e
commit 6de021c56e

View file

@ -36,7 +36,7 @@ nodist_qtgv_xoverlay_SOURCES = moc_qtgv-xoverlay.cpp
moc_%.cpp:%.h
moc $< -o $@
EXTRA_DIST = $(nodist_qtgv_xoverlay_SOURCES:moc_%.cpp=%.h)
EXTRA_DIST = $(nodist_qtgv_xoverlay_SOURCES:moc_%.cpp=%.h) qtgv-xoverlay.h
CLEANFILES = $(nodist_qtgv_xoverlay_SOURCES)
endif