diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2022-01-30 16:44:05 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2022-02-01 13:00:49 +0100 |
| commit | 2094f6770b1f2cc2d7c97a37d8a73596a9ebc779 (patch) | |
| tree | 4cc83f02553e87cdefb8a30b3fb2ab277c76eff6 /src/arkollon | |
| parent | 8fed27fac5f84c69a68f00b57fe64cce407dbe41 (diff) | |
| download | tork-2094f677.tar.gz tork-2094f677.zip | |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b353103ec003ea1c87f8ffe3ff2caf061cbfa44f)
Diffstat (limited to 'src/arkollon')
| -rw-r--r-- | src/arkollon/Makefile.am | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/src/arkollon/Makefile.am b/src/arkollon/Makefile.am deleted file mode 100644 index e0af4ce..0000000 --- a/src/arkollon/Makefile.am +++ /dev/null @@ -1,40 +0,0 @@ -bin_PROGRAMS = torkarkollon -torkarkollon_SOURCES = torkarkollon.cpp \ - wizard.cpp \ - rcparser.cpp \ - uninstallwizard.cpp \ - headerlistitem.cpp \ - data.cpp \ - logdialog.ui \ - wizardbase.ui - - -noinst_HEADERS = data.h \ - headerlistitem.h \ - rcparser.h \ - uninstallwizard.h \ - wizard.h \ - logdialog.h \ - wizardbase.h - - - -# set the include path found by configure -INCLUDES= $(all_includes) -# the library search path. -torkarkollon_LDFLAGS = $(all_libraries) -LIBS = -#torkarkollon_LDFLAGS = -#torkarkollon_LDADD = $(LIB_QT) $(LIB_KFILE) -torkarkollon_LDADD = $(LIB_KFILE) $(LIB_QT) $(LIB_TDECORE) - -# let automoc handle all of the meta source files (moc) -METASOURCES = AUTO - -manpagedir = $(mandir)/man1 -manpage_DATA = torkarkollon.1 - -torkarkollon.o : wizardbase.h logdialog.h -wizard.o : wizardbase.h logdialog.h -uninstallwizard.o : wizardbase.h logdialog.h - |
