From f4471fad1151595f3bacfd9e35ca6b27efed4f57 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Sun, 30 May 2021 14:04:12 +0100 Subject: [PATCH] libs: remove reference to Fft.h Fft.h is no longer in the repository and shouldn't be mentioned in the Makefile. --- libs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Makefile.am b/libs/Makefile.am index a1fef392e..9587e3eae 100644 --- a/libs/Makefile.am +++ b/libs/Makefile.am @@ -7,7 +7,7 @@ libfvwm3_a_SOURCES = \ BidiJoin.h Bindings.h ClientMsg.h ColorUtils.h Colorset.h \ CombineChars.h Cursor.h Event.h FBidi.h FEvent.h FGettext.h FImage.h \ FRender.h FRenderInit.h FRenderInterface.h FSMlib.h FScreen.h \ - FShape.h FShm.h FTips.h Fcursor.h Fft.h FftInterface.h Ficonv.h \ + FShape.h FShm.h FTips.h Fcursor.h FftInterface.h Ficonv.h \ Flocale.h FlocaleCharset.h Fpng.h Fsvg.h Fxpm.h Grab.h \ Graphics.h Module.h Parse.h Picture.h PictureBase.h \ PictureDitherMatrice.h PictureGraphics.h PictureImageLoader.h \