X-Git-Url: http://git.draconx.ca/gitweb/slotifier.git/blobdiff_plain/cc2c58eddd5c67c98502cee2960fc3673c62d8ea..e89bebee19d3c919f3d501999fc38867cdcd2b00:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 28bdd17..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. @@ -20,8 +20,8 @@ AM_CFLAGS = $(LIBGERBV_CFLAGS) $(CNEARTREE_CFLAGS) bin_PROGRAMS = slotifier -slotifier_SOURCES = src/slotifier.c src/options.h \ - common/src/help.c common/src/help.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)