X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/29304fc079678aea4bd99f814c75a1345bc2df4e..e601ae72c16f3f80dcfc131b573ab2e91a390582:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 2597f8a..3955dd5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ EXTRA_LTLIBRARIES = AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src \ -I$(top_builddir)/lib -I$(top_srcdir)/lib \ - -I$(top_builddir)/test \ + -I$(DX_BASEDIR)/src -I$(top_builddir)/test \ -DBISON_LOCALEDIR=\"$(BISON_LOCALEDIR)\" \ -DLOCALEDIR=\"$(localedir)\" @@ -32,8 +32,8 @@ EXTRA_DIST = bootstrap $(DX_BASEDIR)/scripts/fix-gnulib.pl m4/gnulib-cache.m4 \ dist_man_MANS = doc/cdecl99.1 doc/libcdecl.3 include_HEADERS = src/cdecl.h -noinst_HEADERS = conf_pre.h conf_post.h src/scan.h src/parse.h \ - test/declgen.h test/test.h +noinst_HEADERS = conf_pre.h conf_post.h common/src/help.h \ + src/scan.h src/parse.h test/declgen.h test/test.h noinst_DATA = $(MOFILES) @@ -51,11 +51,10 @@ libcdecl_la_SOURCES += src/i18n.c endif bin_PROGRAMS = cdecl99 -cdecl99_SOURCES = src/commands.c src/cdecl99.h +cdecl99_SOURCES = common/src/help.c src/commands.c src/cdecl99.h cdecl99_LDADD = $(libmain_a_OBJECTS) $(libexec_a_OBJECTS) libcdecl.la \ libgnu.la $(LTLIBICONV) $(LTLIBINTL) $(LTLIBREADLINE) $(cdecl99_OBJECTS): $(gnulib_headers) -$(cdecl99_OBJECTS): src/options.h EXTRA_LIBRARIES = libexec.a libexec_a_SOURCES = src/execute.c src/commands.h