From facbd7bb6c1296e14004895ad4affd1ef1d4ea59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Sun, 3 May 2015 13:13:11 +0200 Subject: [PATCH] Remove linker options as library is header-only. Fix distribution generation. --- Makefile.am | 8 +------- include/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 7 deletions(-) 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 -- 2.30.2