X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/54f9ce81ef444d6e869f7b32066928ed82c17dff..207d0dbfbbfa7ad70b59ada3a741895842958885:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 8b2aa90..e064ddf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,10 +26,21 @@ libglohelp_a_SOURCES = src/help.c libglohelp_a_CFLAGS = -DHELP_GETOPT_LONG_ONLY libglohelp_a_SHORTNAME = glo +t_helpdesc_SOURCES = t/helpdesc.c src/help.c src/tap.c t_helpopt_SOURCES = t/helpopt.c src/help.c src/tap.c t_helpopt2_SOURCES = t/helpopt.c src/tap.c t_helpopt2_LDADD = $(libglohelp_a_OBJECTS) -t_helpdesc_SOURCES = t/helpdesc.c src/help.c src/tap.c +EXTRA_t_helpopt2_DEPENDENCIES = $(t_helpopt2_LDADD) + +check_PROGRAMS += t/copysym +t_copysym_SOURCES = t/copysym.c src/tap.c +t_copysym_LDADD = $(libnlscopysym_a_OBJECTS) +EXTRA_t_copysym_DEPENDENCIES = $(t_copysym_LDADD) + +EXTRA_LIBRARIES += libnlscopysym.a +libnlscopysym_a_SOURCES = src/copysym.c +libnlscopysym_a_CFLAGS = -DENABLE_NLS +libnlscopysym_a_SHORTNAME = nls DISTCLEANFILES = EXTRA_DIST =