X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/b4e97b2de3436d9a17951a38d58e2c494194d431..0876ef2649dfc1d1c1fe86a0d56e9506806b37b9:/Makefile.am diff --git a/Makefile.am b/Makefile.am index a638422..094c309 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = lib . AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src \ -I$(top_builddir)/lib -I$(top_srcdir)/lib \ + -DBISON_LOCALEDIR=\"$(BISON_LOCALEDIR)\" \ -DLOCALEDIR=\"$(localedir)\" MAINTAINERCLEANFILES = src/scan.c src/scan.h src/scan.stamp \ @@ -23,15 +24,15 @@ EXTRA_DIST = m4/gnulib-cache.m4 src/types.lst src/typenames.sed \ dist_man_MANS = doc/man/cdecl99.1 doc/man/libcdecl.3 include_HEADERS = src/cdecl.h -noinst_HEADERS = src/typemap.h src/output.h src/scan.h src/parse.h +noinst_HEADERS = src/typemap.h src/output.h src/scan.h src/parse.h src/i18n.h noinst_DATA = $(MOFILES) lib_LTLIBRARIES = libcdecl.la libcdecl_la_LDFLAGS = -export-symbols-regex '^cdecl_[[:lower:]]' libcdecl_la_SOURCES = src/scan.c src/parse.c src/parse-decl.c src/typemap.c \ - src/output.c src/explain.c src/declare.c -libcdecl_la_LIBADD = $(LTLIBINTL) + src/output.c src/explain.c src/declare.c src/i18n.c +libcdecl_la_LIBADD = $(LTLIBINTL) $(LTLIBTHREAD) bin_PROGRAMS = cdecl99 cdecl99_SOURCES = src/cdecl99.c