summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-01-09 15:36:32 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2014-01-09 15:36:32 +0100
commita3ae51536b135abe09f81e578d74e2fe24da3d52 (patch)
treeb03f11e1f8028547e59df9bc6002cb0e004a03a0
parentd49456eb7563f9ecbf6d3b2b5a2c52c3edd15b1e (diff)
Added missing dist files.
-rw-r--r--Makefile.am4
-rw-r--r--src/Makefile.am2
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d22e1ba..b0d26b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = gnu
-SUBDIRS = src
-DISTDIRS = src
+SUBDIRS = src test
+DISTDIRS = src test
EXTRA_DIST = lrtp.pc.in
pkgconfigdir = $(libdir)/pkgconfig
diff --git a/src/Makefile.am b/src/Makefile.am
index feafb93..8dfcf71 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,6 +20,8 @@ include_HEADERS = \
lrtp_profiles.h
EXTRA_DIST = \
+ compat.h \
+ rtp_profile.h \
rtp_profile_amrwb.h \
rtp_profile_opus.h \
rtp_profile_l16.h \