mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 21:20:27 -04:00
removed kfc.h and kissfft_i32.hh from the install list since they are not as generally useful as the others
This commit is contained in:
parent
0a4394045f
commit
8f47a67f59
@ -297,8 +297,6 @@ install(TARGETS kissfft EXPORT kissfft
|
|||||||
|
|
||||||
install(FILES kiss_fft.h
|
install(FILES kiss_fft.h
|
||||||
kissfft.hh
|
kissfft.hh
|
||||||
kissfft_i32.hh
|
|
||||||
kfc.h
|
|
||||||
kiss_fftnd.h
|
kiss_fftnd.h
|
||||||
kiss_fftndr.h
|
kiss_fftndr.h
|
||||||
kiss_fftr.h
|
kiss_fftr.h
|
||||||
|
2
Makefile
2
Makefile
@ -213,10 +213,8 @@ endif
|
|||||||
|
|
||||||
install: all
|
install: all
|
||||||
$(INSTALL) -Dt $(ABS_PKGINCLUDEDIR) -m 644 \
|
$(INSTALL) -Dt $(ABS_PKGINCLUDEDIR) -m 644 \
|
||||||
kfc.h \
|
|
||||||
kiss_fft.h \
|
kiss_fft.h \
|
||||||
kissfft.hh \
|
kissfft.hh \
|
||||||
kissfft_i32.hh \
|
|
||||||
kiss_fftnd.h \
|
kiss_fftnd.h \
|
||||||
kiss_fftndr.h \
|
kiss_fftndr.h \
|
||||||
kiss_fftr.h
|
kiss_fftr.h
|
||||||
|
Loading…
Reference in New Issue
Block a user