diff options
| -rw-r--r-- | Makefile.am | 4 | ||||
| -rw-r--r-- | src/Makefile.am | 2 | 
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 \ | 
