summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac1
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 441ac00..b7f6b49 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,8 @@ SUBDIRS = \
common \
pkgconfig \
docs \
- examples
+ examples \
+ tests
DIST_SUBDIRS = $(SUBDIRS)
diff --git a/configure.ac b/configure.ac
index f007fc4..9933ad8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -286,6 +286,7 @@ common/m4/Makefile
gst/Makefile
gst/rtsp-server/Makefile
examples/Makefile
+tests/Makefile
bindings/Makefile
bindings/python/Makefile
bindings/python/codegen/Makefile