diff options
author | Slávek Banko <[email protected]> | 2019-05-02 01:32:05 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-05-02 01:32:05 +0200 |
commit | ced814784b055ce98204e74b54335f7a2f8ffe16 (patch) | |
tree | 62c5da15640219d90f70fd7b6493a10439148e70 /src/Makefile.am | |
parent | 2456e6ce6123b5324d35c2192e38660d1cb3342d (diff) | |
download | k9copy-ced814784b055ce98204e74b54335f7a2f8ffe16.tar.gz k9copy-ced814784b055ce98204e74b54335f7a2f8ffe16.zip |
Fix FTBFS for build with --enable-final.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 875aca1..89f8b93 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,7 +23,7 @@ KDE_ICON = k9copy bin_PROGRAMS = k9copy # the application source, library search path, and link libraries -k9copy_SOURCES = configDlg.ui images.h k9copy.cpp k9copy.png k9glwidget.cpp \ +k9copy_SOURCES = configDlg.ui images.h k9copy.cpp k9glwidget.cpp \ k9langselect.cpp k9main.cpp k9mainw.ui k9mencodercmdgen.cpp k9mp4title.cpp k9play.cpp \ k9playbackoptions.cpp k9prefauthor.cpp k9prefdvd.cpp k9prefmencoder.cpp k9prefmpeg4.cpp \ k9prefpreview.cpp k9redirect.cpp k9settings.cpp k9titlefactor.cpp k9updatefactor.cpp \ |