projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c9db3d
)
qt: Don't dist files that might not exist
author
Edward Hervey
<edward@centricular.com>
Wed, 22 Jul 2015 13:13:48 +0000
(15:13 +0200)
committer
Edward Hervey
<bilboed@bilboed.com>
Wed, 22 Jul 2015 13:14:28 +0000
(15:14 +0200)
We only require moc building at build time.
ext/qt/Makefile.am
patch
|
blob
|
history
diff --git
a/ext/qt/Makefile.am
b/ext/qt/Makefile.am
index
f80fd6c
..
059ee7b
100644
(file)
--- a/
ext/qt/Makefile.am
+++ b/
ext/qt/Makefile.am
@@
-13,6
+13,8
@@
moc_generated = \
BUILT_SOURCES = $(moc_generated)
CLEANFILES = $(moc_generated)
+nodist_libqtsink_la_SOURCES = $(BUILT_SOURCES)
+
libqtsink_la_SOURCES = \
gstqsgtexture.cc \
qtitem.cc \