]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add prefix/recordings
authorMichael Jerris <mike@jerris.com>
Fri, 15 Feb 2008 23:53:58 +0000 (23:53 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 15 Feb 2008 23:53:58 +0000 (23:53 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7644 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am

index 374b17718d5b43238d7458b59cb557d0c599ca26..0b5aac1f67e93b9330fc050128cd9e42b3d299bd 100644 (file)
@@ -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