]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix installation of openzap modules
authorStefan Knoblich <stkn@freeswitch.org>
Thu, 5 Feb 2009 15:54:16 +0000 (15:54 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Thu, 5 Feb 2009 15:54:16 +0000 (15:54 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@648 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/Makefile.am

index fdd183bfc71b4b27e47e94a06221e46b3ea2cde6..62603f02c758fb24881d5cbf1bdca0e94ad25b51 100644 (file)
@@ -138,7 +138,7 @@ install-data-local:
        $(mkinstalldirs)  $(DESTDIR)$(PREFIX)/lib
        $(mkinstalldirs)  $(DESTDIR)$(PREFIX)/mod
        @[ ! -f ozmod_* ] || cp -f ozmod_* $(DESTDIR)$(PREFIX)/mod
-       @cp -f src/ozmod/*/*.$(DYNAMIC_LIB_EXTEN) $(DESTDIR)$(PREFIX)/mod
+       @cp -f src/ozmod/*/.libs/*.$(DYNAMIC_LIB_EXTEN) $(DESTDIR)$(PREFIX)/mod
        @echo OpenZAP Installed
 
 $(SRC)/ozmod/ozmod_skel/ozmod_skel.$(DYNAMIC_LIB_EXTEN): $(SRC)/ozmod/ozmod_skel/ozmod_skel.o $(MYLIB)