From 9cce4735ebd40193461258adb53f6d05d6f52c0a Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Thu, 23 Jul 2020 11:34:53 +0200 Subject: [PATCH] Renamed example to_xml to json_to_xml. --- .gitignore | 2 +- examples/Makefile.am | 2 +- examples/{to_xml.c => json_to_xml.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename examples/{to_xml.c => json_to_xml.c} (100%) diff --git a/.gitignore b/.gitignore index 6b02d96..cd1c800 100644 --- a/.gitignore +++ b/.gitignore @@ -50,7 +50,7 @@ intltool-* Rules-quot *.exe *.csv -examples/to_xml +examples/json_to_xml examples/xml_filter build/ test-driver diff --git a/examples/Makefile.am b/examples/Makefile.am index a735679..99f755b 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -9,5 +9,5 @@ LIBS = $(ZAKUTILSJX_LIBS) \ LDADD = $(top_builddir)/src/libzakutilsjsonxml.la noinst_PROGRAMS = \ - to_xml \ + json_to_xml \ xml_filter diff --git a/examples/to_xml.c b/examples/json_to_xml.c similarity index 100% rename from examples/to_xml.c rename to examples/json_to_xml.c -- 2.49.0