diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-06-08 17:52:31 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-06-08 17:57:43 +0200 |
commit | 12ac9f0aa21ba998e5fa108176045cba284ec238 (patch) | |
tree | 2d325eb308cb8333b6bd58bc5ae71f7251d1d496 | |
parent | 3f8c5ea036d170d893fe0d023135b7be5cee608e (diff) |
Also build the orc generated code
-rw-r--r-- | gst-libs/gst/audio/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am index 6c18297f4..46b964975 100644 --- a/gst-libs/gst/audio/Makefile.am +++ b/gst-libs/gst/audio/Makefile.am @@ -41,7 +41,7 @@ libgstaudio_@GST_API_VERSION@_la_SOURCES = \ streamvolume.c \ gstaudioiec61937.c -nodist_libgstaudio_@GST_API_VERSION@_la_SOURCES = $(built_sources) $(built_headers) +nodist_libgstaudio_@GST_API_VERSION@_la_SOURCES = $(BUILT_SOURCES) libgstaudio_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/audio libgstaudio_@GST_API_VERSION@include_HEADERS = \ |