forked from Mirrors/freeswitch
15 lines
434 B
Makefile
15 lines
434 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
EXTRA_DIST = sndfile_load.m sndfile_save.m sndfile_play.m
|
||
|
|
||
|
octconfigdir = $(exec_prefix)/share/octave/site/m
|
||
|
octconfig_DATA = sndfile_load.m sndfile_save.m sndfile_play.m
|
||
|
|
||
|
|
||
|
## Do not edit or modify anything in this comment block.
|
||
|
## The arch-tag line is a file identity tag for the GNU Arch
|
||
|
## revision control system.
|
||
|
##
|
||
|
## arch-tag: 56f1645a-3a13-4846-acc7-8b4abf2904ff
|
||
|
|