diff options
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/Makefile.am | 2 | ||||
-rw-r--r-- | gst-libs/ext/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/Makefile.am b/gst-libs/Makefile.am index c77dc621..3483c609 100644 --- a/gst-libs/Makefile.am +++ b/gst-libs/Makefile.am @@ -1 +1,3 @@ SUBDIRS = gst ext + +DIST_SUBDIRS= gst ext diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am index d25e019c..7271132c 100644 --- a/gst-libs/ext/Makefile.am +++ b/gst-libs/ext/Makefile.am @@ -1 +1,3 @@ SUBDIRS = ffmpeg mplex + +DIST_SUBDIRS= ffmpeg mplex |