b054abb7e9
* Now man-pages and perl-script are handled by xpp/Makefile.am * Removed from xpp/Makefile.legacy * Detect perl and set perllibdir in configure.ac * Handle modules in their own xpp/perl_modules/Makefile.am * Enclose perl-related stuff in conditional * Updates for "make dist" Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
25 lines
594 B
Makefile
25 lines
594 B
Makefile
nobase_perllib_DATA = \
|
|
Dahdi.pm \
|
|
Dahdi/Hardware.pm \
|
|
Dahdi/Xpp/Line.pm \
|
|
Dahdi/Xpp/Xbus.pm \
|
|
Dahdi/Xpp/Xpd.pm \
|
|
Dahdi/Xpp/Mpp.pm \
|
|
Dahdi/Span.pm \
|
|
Dahdi/Utils.pm \
|
|
Dahdi/Chans.pm \
|
|
Dahdi/Xpp.pm \
|
|
Dahdi/Config/Params.pm \
|
|
Dahdi/Config/Gen/Xpporder.pm \
|
|
Dahdi/Config/Gen/Spantypes.pm \
|
|
Dahdi/Config/Gen/Modules.pm \
|
|
Dahdi/Config/Gen/Users.pm \
|
|
Dahdi/Config/Gen/Freepbxdb.pm \
|
|
Dahdi/Config/Gen/Unicall.pm \
|
|
Dahdi/Config/Gen/Chandahdi.pm \
|
|
Dahdi/Config/Gen/Assignedspans.pm \
|
|
Dahdi/Config/Gen/System.pm \
|
|
Dahdi/Config/Gen.pm \
|
|
Dahdi/Hardware/USB.pm \
|
|
Dahdi/Hardware/PCI.pm
|