diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-22 21:48:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-23 10:39:33 +0900 |
| commit | 0f3884993986757f5d60187cbb2bc6e04ada5a96 (patch) | |
| tree | 3c3a421636a14cc3d063fdf7a02d5125f1e32946 /src/imageedit | |
| parent | 746bb4a8b34432da78a860d45051a48aa6002d0f (diff) | |
| download | ksquirrel-0f388499.tar.gz ksquirrel-0f388499.zip | |
Drop support for automake builds
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a14e17a02c3954c46f595684770633da35c6d987)
Diffstat (limited to 'src/imageedit')
| -rw-r--r-- | src/imageedit/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/imageedit/Makefile.am b/src/imageedit/Makefile.am deleted file mode 100644 index e513dd1..0000000 --- a/src/imageedit/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## -noinst_LIBRARIES = libimageedit.a - -## INCLUDES were found outside tdevelop specific part - -libimageedit_a_METASOURCES = AUTO - -libimageedit_a_SOURCES = sq_writeoption.ui sq_label.cpp sq_imagefilter.ui sq_imageeditoptions.ui sq_imageconvert.ui sq_imagebcg.ui sq_converter.cpp sq_bcglabel.cpp - - -EXTRA_DIST = sq_bcglabel.h sq_converter.h sq_imagebcg.ui.h sq_imageconvert.ui.h sq_imageedit.h sq_imageeditoptions.ui.h sq_imagefilter.ui.h sq_label.h sq_bcglabel.cpp sq_converter.cpp sq_imagebcg.ui sq_imageconvert.ui sq_imageeditoptions.ui sq_imagefilter.ui sq_label.cpp sq_writeoption.ui - -####### tdevelop will overwrite this part!!! (end)############ - -INCLUDES = $(all_includes) -I$(srcdir) -I$(top_srcdir)/src |
