From 8c20dc919f7d54eb48fb60f39ba5e1d466a70763 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Wed, 13 Jan 2021 19:26:24 +0200 Subject: Initial commit Signed-off-by: Mavridis Philippe --- src/arkollon/Makefile.am | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/arkollon/Makefile.am (limited to 'src/arkollon/Makefile.am') diff --git a/src/arkollon/Makefile.am b/src/arkollon/Makefile.am new file mode 100644 index 0000000..7afcaba --- /dev/null +++ b/src/arkollon/Makefile.am @@ -0,0 +1,33 @@ +bin_PROGRAMS = klamarkollon +klamarkollon_SOURCES = klamarkollon.cpp \ + wizard.cpp \ + rcparser.cpp \ + uninstallwizard.cpp \ + headerlistitem.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. +klamarkollon_LDFLAGS = $(all_libraries) +klamarkollon_LDADD = $(LIB_QT) $(LIB_KFILE) + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO + +klamarkollon.o : wizardbase.h logdialog.h +wizard.o : wizardbase.h logdialog.h +uninstallwizard.o : wizardbase.h logdialog.h -- cgit v1.2.1