summaryrefslogtreecommitdiffstats
path: root/xml2cmp/Module_xml2cmp.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-09-14 10:10:34 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-09-14 10:10:49 -0500
commit0a97ece91e8a87724230f39276f0a7537b1566c3 (patch)
tree7008ee761af3294548978c3a0421608000f60781 /xml2cmp/Module_xml2cmp.mk
parentRelated: fdo#40599 add a initial basic test for deleting graphics (diff)
downloadcore-0a97ece91e8a87724230f39276f0a7537b1566c3.tar.gz
core-0a97ece91e8a87724230f39276f0a7537b1566c3.zip
merge srvdepy functions into xml2cmp and simplify xml2cmp gbuild
Diffstat (limited to 'xml2cmp/Module_xml2cmp.mk')
-rw-r--r--xml2cmp/Module_xml2cmp.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/xml2cmp/Module_xml2cmp.mk b/xml2cmp/Module_xml2cmp.mk
index dc11c53a971d..c4279fbffb15 100644
--- a/xml2cmp/Module_xml2cmp.mk
+++ b/xml2cmp/Module_xml2cmp.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
@@ -31,9 +32,6 @@ $(eval $(call gb_Module_Module,xml2cmp))
ifneq ($(CROSS_COMPILING),YES)
$(eval $(call gb_Module_add_targets,xml2cmp,\
- StaticLibrary_x2c_support \
- StaticLibrary_x2c_xcd \
- Executable_srvdepy \
Executable_xml2cmp \
))
endif