From 25976c8e2963569a8b327a69842d1165210c8db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 24 Jan 2011 14:27:31 +0000 Subject: [PATCH] 4557: do not need XML_DATA macro svn: r16455 --- src/plugins/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lib/Makefile.am b/src/plugins/lib/Makefile.am index abd677fbd..aee8dc968 100644 --- a/src/plugins/lib/Makefile.am +++ b/src/plugins/lib/Makefile.am @@ -4,7 +4,7 @@ # If not using GNU make, then list all .py files individually xml_in_files = holidays.xml.in -xml_DATA = $(xml_in_files:.xml.in=.xml) +xml_files = $(xml_in_files:.xml.in=.xml) @INTLTOOL_XML_NOMERGE_RULE@