summaryrefslogtreecommitdiff
path: root/xpp/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-10-16 18:03:47 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-10-16 18:03:47 +0000
commitf48e3505473b9be26fa6d71c8437a87abde608f1 (patch)
tree5de89f01c6b0882b780447501327cd052cf6da31 /xpp/Makefile
parenteb21b700dd088304d1d9da2a657d4665ca655e23 (diff)
xpp: userspace support for sysfx migration.
The userspace side of dahdi-linux r5097. * Perl modules default to using xpp sysfs but will fallback (with warning) to procfs interface. * An additional /usr/share/dahdi/waitfor_xpds to replace the line in the init.d script. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5099 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/Makefile')
-rw-r--r--xpp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpp/Makefile b/xpp/Makefile
index 398f17c..087bc4b 100644
--- a/xpp/Makefile
+++ b/xpp/Makefile
@@ -75,6 +75,7 @@ install: all
$(INSTALL) $(PROG_INSTALL) $(DESTDIR)$(SBINDIR)/
$(INSTALL) -d $(DESTDIR)$(DATADIR)
$(INSTALL) xpp_fxloader $(DESTDIR)$(DATADIR)/
+ $(INSTALL) waitfor_xpds $(DESTDIR)$(DATADIR)/
$(INSTALL) -d $(DESTDIR)$(MANDIR)
$(INSTALL_DATA) $(MAN_INSTALL) $(DESTDIR)$(MANDIR)/
$(INSTALL) -d $(DESTDIR)$(HOTPLUG_USB_DIR)