mirror of
https://github.com/openwrt/telephony.git
synced 2025-05-02 03:11:54 +08:00

It was moved from the freeswitch source tree into its own package. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
11 lines
479 B
Diff
11 lines
479 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -284,6 +284,7 @@ dox doxygen:
|
|
install-data-local:
|
|
$(mkinstalldirs) $(DESTDIR)$(prefix)
|
|
$(mkinstalldirs) $(DESTDIR)@confdir@
|
|
+ $(mkinstalldirs) $(DESTDIR)@fsconfdir@/autoload_configs
|
|
@[ -f "$(DESTDIR)@confdir@/freetdm.conf" ] || ( cp conf/*.conf $(DESTDIR)@confdir@)
|
|
@[ -f "$(DESTDIR)@fsconfdir@/autoload_configs/freetdm.conf.xml" ] || ( cp -f conf/freetdm.conf.xml $(DESTDIR)@fsconfdir@/autoload_configs)
|
|
@echo FreeTDM Installed
|