From 5f7ab05bd28f1f2768efd8dd2b61b4d4d2915f6a Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Sat, 9 Sep 2006 11:12:44 +0000 Subject: [PATCH] *** empty log message *** --- examples/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/Makefile.am b/examples/Makefile.am index 649bd223..a73499a5 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -38,6 +38,10 @@ EXTRA_DIST = $(srcdir)/rfc*.txt \ $(srcdir)/sample.source.MHEG5/config.h \ $(srcdir)/sample.source.MHEG5/Makefile \ $(srcdir)/sample.source.MHEG5/regenerate.Makefile \ + $(srcdir)/sample.source.MEGACO/README \ + $(srcdir)/sample.source.MEGACO/config.h \ + $(srcdir)/sample.source.MEGACO/Makefile \ + $(srcdir)/sample.source.MEGACO/regenerate.Makefile \ $(srcdir)/sample.source.LDAP3/README \ $(srcdir)/sample.source.LDAP3/config.h \ $(srcdir)/sample.source.LDAP3/Makefile \ @@ -49,4 +53,5 @@ clean-local: cd sample.source.PKIX1 && make distclean cd sample.source.TAP3 && make distclean cd sample.source.MHEG5 && make distclean + cd sample.source.MEGACO && make distclean cd sample.source.LDAP3 && make distclean