X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Makefile.am;h=a3496141e4ff4c9835f406c58ddefd17e792ba3d;hb=ef4f4ddff0f891532f941e4d94078cfff6eec471;hp=728aa9afb457d0fefba1e112a2acb74cd5d1e70e;hpb=781a55730a622c9f0c1abe5aacf832c59778769d;p=command.git diff --git a/Makefile.am b/Makefile.am index 728aa9a..a349614 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,9 +21,9 @@ CLEANFILES = \ %~ \ doxyfile.stamp -SUBDIRS = include . tests +SUBDIRS = include . tests docs -noinst_PROGRAMS = bin_command +noinst_PROGRAMS = bin/command dist_noinst_SCRIPTS = autogen.sh @@ -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