diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4f8c62e..fbfb73f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ ALWAYS_SUBDIRS = \ SUBDIRS = $(ALWAYS_SUBDIRS) if WITH_GSTREAMER - SUBDIRS += gst +SUBDIRS += gst endif DIST_SUBDIRS = $(ALWAYS_SUBDIRS) gst |