diff options
author | Bruno Haible <bruno@clisp.org> | 2003-02-14 16:05:06 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:09:58 +0200 |
commit | eaab0ff966094ec5d0191e21739fc9c22c8fc7c4 (patch) | |
tree | 51e5a4d40a32bb926f23dcaca24617ebd944b58e /autoconf-lib-link/tests/rpathlx | |
parent | d2e5774561e847b895d3d17890ccb1b273fa2be4 (diff) | |
download | external_gettext-eaab0ff966094ec5d0191e21739fc9c22c8fc7c4.zip external_gettext-eaab0ff966094ec5d0191e21739fc9c22c8fc7c4.tar.gz external_gettext-eaab0ff966094ec5d0191e21739fc9c22c8fc7c4.tar.bz2 |
Move tests/rpathlx/Makefile.am to autoconf-lib-link/tests/rpathlx/Makefile.am.
Diffstat (limited to 'autoconf-lib-link/tests/rpathlx')
-rw-r--r-- | autoconf-lib-link/tests/rpathlx/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/autoconf-lib-link/tests/rpathlx/Makefile.am b/autoconf-lib-link/tests/rpathlx/Makefile.am new file mode 100644 index 0000000..a104bf5 --- /dev/null +++ b/autoconf-lib-link/tests/rpathlx/Makefile.am @@ -0,0 +1,8 @@ +AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies +mkinstalldirs = $(SHELL) @global_top_srcdir@/mkinstalldirs +bin_PROGRAMS = usex +usex_SOURCES = usex.c +LDADD = @LIBRPATHX@ + +check: all + ./usex |