Remove linker options as library is header-only. Fix distribution generation.
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Sun, 3 May 2015 11:13:11 +0000 (13:13 +0200)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Sun, 3 May 2015 11:13:11 +0000 (13:13 +0200)
Makefile.am
include/Makefile.am

index b4ff1926085b79b195c9cf6a0167e28616bebfd7..a3496141e4ff4c9835f406c58ddefd17e792ba3d 100644 (file)
@@ -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
index cf641ff3936145aa0ff7fde234a1e4fe4a3d9505..0a1a7d49a5d7351486fe5c4350a906f64a9965cd 100644 (file)
@@ -1,5 +1,7 @@
 nobase_pkginclude_HEADERS = \
     descriptive.h \
+    callable.h \
+    parameter.h \
     argument.h \
     option.h \
     command.h