summaryrefslogtreecommitdiff
path: root/navit/osd
diff options
context:
space:
mode:
authorPierre GRANDIN <grandinp@altern.org>2015-12-31 01:58:27 -0800
committerPierre GRANDIN <grandinp@altern.org>2015-12-31 01:58:27 -0800
commit449e5530c4ee68f77691c811f0670cf90e9e58a4 (patch)
tree56add1f3c6145d42873aba0af3081a518909d0aa /navit/osd
parent39175cc0b633863355efe10151fe7b21109efa18 (diff)
downloadnavit-449e5530c4ee68f77691c811f0670cf90e9e58a4.tar.gz
Removing autotools support
Diffstat (limited to 'navit/osd')
-rw-r--r--navit/osd/Makefile.am6
-rw-r--r--navit/osd/core/Makefile.am10
2 files changed, 0 insertions, 16 deletions
diff --git a/navit/osd/Makefile.am b/navit/osd/Makefile.am
deleted file mode 100644
index f14eff62d..000000000
--- a/navit/osd/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-SUBDIRS=
-DIST_SUBDIRS=core
-
-if OSD_CORE
- SUBDIRS+=core
-endif
diff --git a/navit/osd/core/Makefile.am b/navit/osd/core/Makefile.am
deleted file mode 100644
index 10f17f8d2..000000000
--- a/navit/osd/core/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-include $(top_srcdir)/Makefile.inc
-AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=osd_core
-if PLUGINS
- moduleosd_LTLIBRARIES = libosd_core.la
-else
- noinst_LTLIBRARIES = libosd_core.la
-endif
-libosd_core_la_SOURCES = osd_core.c
-libosd_core_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@
-