diff options
Diffstat (limited to 'support/wordexp/Makefile.am')
-rw-r--r-- | support/wordexp/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support/wordexp/Makefile.am b/support/wordexp/Makefile.am new file mode 100644 index 00000000..44d5ad27 --- /dev/null +++ b/support/wordexp/Makefile.am @@ -0,0 +1,4 @@ +include $(top_srcdir)/Makefile.inc +AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=support_wordexp +noinst_LTLIBRARIES = libsupport_wordexp.la +libsupport_wordexp_la_SOURCES = wordexp.c wordexp_init.c wordexp.h glob.c glob.h |