From 2028c5d4839df5a60dcd9fd18c16a7d7b40bb832 Mon Sep 17 00:00:00 2001 From: Michael Jerris <mike@jerris.com> Date: Fri, 15 Feb 2008 23:53:58 +0000 Subject: [PATCH] add prefix/recordings git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7644 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 374b17718d..0b5aac1f67 100644 --- a/Makefile.am +++ b/Makefile.am @@ -193,7 +193,7 @@ samples: samples-conf samples-htdocs install-data-local: @echo Installing $(NAME) - @for x in mod db log log/xml_cdr bin scripts grammar ; do \ + @for x in mod db log log/xml_cdr bin scripts grammar recordings ; do \ $(mkinstalldirs) $(DESTDIR)$(prefix)/$$x ; \ done test -d $(DESTDIR)$(prefix)/conf || $(MAKE) samples-conf