]> git.draconx.ca Git - slotifier.git/blobdiff - Makefile.am
Use new packed option format from gen-options.awk.
[slotifier.git] / Makefile.am
index 28bdd17fdddef8cc3694426652901433a4e633f0..b0736580b740d99787b00c766430cf35f370aa6f 100644 (file)
@@ -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)