X-Git-Url: https://git.draconx.ca/gitweb/slotifier.git/blobdiff_plain/2ca6ea042102243aa6977634ddb8651c262ec965..e89bebee19d3c919f3d501999fc38867cdcd2b00:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 607865d..b073658 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright © 2018, 2021 Nick Bowler +# Copyright © 2018, 2021, 2023 Nick Bowler # # License WTFPL2: Do What The Fuck You Want To Public License, version 2. # This is free software: you are free to do what the fuck you want to. @@ -15,12 +15,13 @@ EXTRA_DIST = bootstrap common/scripts/fix-gnulib.pl m4/gnulib-cache.m4 \ INSTALL README.md AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib \ - -DLOCALEDIR=\"$(localedir)\" + -I$(DX_BASEDIR)/src -DLOCALEDIR=\"$(localedir)\" AM_CFLAGS = $(LIBGERBV_CFLAGS) $(CNEARTREE_CFLAGS) bin_PROGRAMS = slotifier -slotifier_SOURCES = src/slotifier.c src/options.h +noinst_HEADERS = common/src/help.h common/src/xtra.h +slotifier_SOURCES = src/slotifier.c src/options.h common/src/help.c slotifier_LDADD = $(LIBGERBV_LIBS) $(CNEARTREE_LIBS) libgnu.a \ $(LTLIBICONV) $(LTLIBINTL) $(HYPOT_LIBM) $(slotifier_OBJECTS): $(gnulib_headers)