summaryrefslogtreecommitdiff
path: root/basic/CppunitTest_basic_scanner.mk
diff options
context:
space:
mode:
Diffstat (limited to 'basic/CppunitTest_basic_scanner.mk')
-rw-r--r--basic/CppunitTest_basic_scanner.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/CppunitTest_basic_scanner.mk b/basic/CppunitTest_basic_scanner.mk
index f17f08dc0f16..c921cc5ec0fe 100644
--- a/basic/CppunitTest_basic_scanner.mk
+++ b/basic/CppunitTest_basic_scanner.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
@@ -11,12 +12,11 @@ $(eval $(call gb_CppunitTest_CppunitTest,basic_scanner))
$(eval $(call gb_CppunitTest_use_ure,basic_scanner))
$(eval $(call gb_CppunitTest_add_exception_objects,basic_scanner, \
- basic/qa/cppunit/test_scanner \
+ basic/qa/cppunit/test_scanner \
))
$(eval $(call gb_CppunitTest_use_library_objects,basic_scanner,sb))
-# add a list of all needed libraries here
$(eval $(call gb_CppunitTest_use_libraries,basic_scanner, \
comphelper \
cppu \
@@ -45,3 +45,5 @@ $(eval $(call gb_CppunitTest_set_include,basic_scanner,\
-I$(SRCDIR)/basic/inc \
$$(INCLUDE) \
))
+
+# vim: set noet sw=4 ts=4: