X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/5ae3ba932439eba36f6e224367f93c97653ca3c0..481f693b0400b05586d90f60494e0e661ad8a1c1:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 4776ec7..006d97f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Copyright © 2011-2013, 2019-2024 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. +# License GPLv3+: GNU General Public License version 3 or any later version. +# This is free software: you are free to change and redistribute it. # There is NO WARRANTY, to the extent permitted by law. ACLOCAL_AMFLAGS = -I m4 -I common/m4 @@ -34,10 +34,11 @@ EXTRA_DIST = bootstrap $(DX_BASEDIR)/scripts/fix-gnulib.pl m4/gnulib-cache.m4 \ dist_man_MANS = doc/cdecl99.1 doc/libcdecl.3 -noinst_HEADERS = conf_pre.h conf_post.h common/src/help.h common/src/tap.h \ - common/src/xtra.h src/cdecl.h src/intconv.h src/parse.h \ - src/scan.h src/thread-posix.h src/thread-stdc.h \ - src/thread-w32.h src/version.h t/declgen.h t/test.h +noinst_HEADERS = conf_pre.h conf_post.h common/src/getline.h \ + common/src/help.h common/src/tap.h common/src/xtra.h \ + src/cdecl.h src/intconv.h src/parse.h src/scan.h \ + src/thread-posix.h src/thread-stdc.h src/thread-w32.h \ + src/version.h t/declgen.h t/test.h noinst_DATA = $(MOFILES) @@ -78,7 +79,7 @@ EXTRA_libgnu_a_DEPENDENCIES = $(static_gl_objects) dummy $(static_gl_objects): $(gnulib_headers) bin_PROGRAMS = cdecl99 -cdecl99_SOURCES = common/src/help.c src/commands.c src/cdecl99.h src/getline.h +cdecl99_SOURCES = common/src/help.c src/commands.c src/cdecl99.h EXTRA_cdecl99_DEPENDENCIES = $(libmain_a_OBJECTS) $(libexec_a_OBJECTS) cdecl99_LDADD = $(EXTRA_cdecl99_DEPENDENCIES) libcdecl.la libgnu.a \ $(LTLIBINTL) $(LTLIBREADLINE)