From 175f6eab4b0462c46362d2694e3b9e46b8dfbf6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 30 Sep 2022 09:44:24 +0200 Subject: Conversion to CMake build system. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- koffice-i18n-nb/CMakeLists.txt | 1 + koffice-i18n-nb/data/Makefile.am | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) create mode 120000 koffice-i18n-nb/CMakeLists.txt delete mode 100644 koffice-i18n-nb/data/Makefile.am (limited to 'koffice-i18n-nb') diff --git a/koffice-i18n-nb/CMakeLists.txt b/koffice-i18n-nb/CMakeLists.txt new file mode 120000 index 00000000..2fe973c8 --- /dev/null +++ b/koffice-i18n-nb/CMakeLists.txt @@ -0,0 +1 @@ +../template/commonCMakeLists.txt \ No newline at end of file diff --git a/koffice-i18n-nb/data/Makefile.am b/koffice-i18n-nb/data/Makefile.am deleted file mode 100644 index a7ae1923..00000000 --- a/koffice-i18n-nb/data/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ - -TOPLEVEL_LANG = nb -SUBDIRS = $(AUTODIRS) - -- cgit v1.2.1