From: Rafał Długołęcki Date: Sun, 3 May 2015 11:13:11 +0000 (+0200) Subject: Remove linker options as library is header-only. Fix distribution generation. X-Git-Tag: v0.2~20 X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=facbd7bb6c1296e14004895ad4affd1ef1d4ea59;p=command.git Remove linker options as library is header-only. Fix distribution generation. --- diff --git a/Makefile.am b/Makefile.am index b4ff192..a349614 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,10 +34,4 @@ nodist_bin_command_SOURCES = \ bin_command_CPPFLAGS = \ $(bin_command_CFLAGS) \ -I$(top_srcdir)/include \ - -Wall -pedantic -Wextra \ - -Wl,--export-dynamic - -bin_command_LDADD = \ - $(bin_command_LIBS) - -bin_command_LDFLAGS = $(LTLIBINTL) + -Wall -pedantic -Wextra diff --git a/include/Makefile.am b/include/Makefile.am index cf641ff..0a1a7d4 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,5 +1,7 @@ nobase_pkginclude_HEADERS = \ descriptive.h \ + callable.h \ + parameter.h \ argument.h \ option.h \ command.h