diff options
author | Pierre GRANDIN <grandinp@altern.org> | 2015-12-31 01:58:27 -0800 |
---|---|---|
committer | Pierre GRANDIN <grandinp@altern.org> | 2015-12-31 01:58:27 -0800 |
commit | 449e5530c4ee68f77691c811f0670cf90e9e58a4 (patch) | |
tree | 56add1f3c6145d42873aba0af3081a518909d0aa /navit/support/ezxml | |
parent | 39175cc0b633863355efe10151fe7b21109efa18 (diff) | |
download | navit-449e5530c4ee68f77691c811f0670cf90e9e58a4.tar.gz |
Removing autotools support
Diffstat (limited to 'navit/support/ezxml')
-rw-r--r-- | navit/support/ezxml/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/navit/support/ezxml/Makefile.am b/navit/support/ezxml/Makefile.am deleted file mode 100644 index 1b091a397..000000000 --- a/navit/support/ezxml/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=support_ezxml -DEZXML_NOMMAP -noinst_LTLIBRARIES = libsupport_ezxml.la -libsupport_ezxml_la_SOURCES = ezxml.c ezxml_init.c ezxml.h |