X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Makefile.am;h=a3496141e4ff4c9835f406c58ddefd17e792ba3d;hb=e8dc8567d9b42bc67298e8b9c3249848a74926a2;hp=04be05967d900cea14c918de3ca261bc609c5673;hpb=dd5fbed80e02dbb68a864fb59723dd106eebe14f;p=command.git diff --git a/Makefile.am b/Makefile.am index 04be059..a349614 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ CLEANFILES = \ %~ \ doxyfile.stamp -SUBDIRS = include . tests +SUBDIRS = include . tests docs noinst_PROGRAMS = bin/command @@ -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