Skip to content

Commit 8f47a67

Browse files
committed
removed kfc.h and kissfft_i32.hh from the install list since they are not as generally useful as the others
1 parent 0a43940 commit 8f47a67

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@ install(TARGETS kissfft EXPORT kissfft
297297

298298
install(FILES kiss_fft.h
299299
kissfft.hh
300-
kissfft_i32.hh
301-
kfc.h
302300
kiss_fftnd.h
303301
kiss_fftndr.h
304302
kiss_fftr.h

Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,8 @@ endif
213213

214214
install: all
215215
$(INSTALL) -Dt $(ABS_PKGINCLUDEDIR) -m 644 \
216-
kfc.h \
217216
kiss_fft.h \
218217
kissfft.hh \
219-
kissfft_i32.hh \
220218
kiss_fftnd.h \
221219
kiss_fftndr.h \
222220
kiss_fftr.h

0 commit comments

Comments
 (0)