2009-06-16 22:31:19 +00:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
|
2014-11-17 16:37:15 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/libs/apr-toolkit/include \
|
|
|
|
$(UNIMRCP_APR_INCLUDES)
|
2009-06-16 22:31:19 +00:00
|
|
|
|
|
|
|
noinst_PROGRAMS = strtablegen
|
|
|
|
strtablegen_LDADD = $(top_builddir)/libs/apr-toolkit/libaprtoolkit.la \
|
2014-11-17 16:37:15 +00:00
|
|
|
$(UNIMRCP_APR_LIBS)
|
2009-06-16 22:31:19 +00:00
|
|
|
strtablegen_SOURCES = src/main.c
|