summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac6
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 37f2823..b377d38 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = tests
+SUBDIRS = stun tests
diff --git a/configure.ac b/configure.ac
index 584b9d4..1da3a6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,11 @@ AC_INIT(stun, 0.0.1)
AC_CONFIG_SRCDIR([.])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE
-AC_CONFIG_FILES([Makefile tests/Makefile])
+AC_CONFIG_FILES([
+ Makefile
+ tests/Makefile
+ stun/Makefile
+ ])
# Checks for programs.