From 557a72b58aa6e3400a4a561ff4404ca634085bfe Mon Sep 17 00:00:00 2001 From: Rossen Apostolov Date: Mon, 14 Mar 2011 14:30:36 +0100 Subject: [PATCH] g_options source files are now properly packaged The tool is installed by default by both CMake and autoconf --- src/tools/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am index 0a305a13b5..caaf387ee5 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -37,7 +37,7 @@ libgmxana@LIBSUFFIX@_la_SOURCES = \ gmx_polystat.c gmx_potential.c gmx_rama.c \ gmx_rdf.c gmx_rms.c gmx_rmsdist.c gmx_rmsf.c \ gmx_rotacf.c gmx_rotmat.c gmx_saltbr.c gmx_sas.c \ - gmx_select.c gmx_pme_error.c \ + gmx_select.c gmx_pme_error.c gmx_options.c\ gmx_sgangle.c gmx_sorient.c gmx_spol.c gmx_tcaf.c \ gmx_traj.c gmx_velacc.c gmx_helixorient.c \ gmx_clustsize.c gmx_mdmat.c gmx_wham.c eigio.h \ @@ -70,7 +70,7 @@ bin_PROGRAMS = \ g_rotacf g_rotmat g_saltbr g_sas \ g_select g_sgangle \ g_sham g_sorient g_spol \ - g_spatial g_pme_error \ + g_spatial g_pme_error g_options \ g_tcaf g_traj g_tune_pme \ g_vanhove g_velacc g_membed \ g_clustsize g_mdmat g_wham \ @@ -80,7 +80,7 @@ bin_PROGRAMS = \ # issue "make " and copy the binary to the correct location yourself! # Add new entries in Makefile.am! -EXTRA_PROGRAMS = g_options +EXTRA_DIST = libgmxana.pc.cmakein LDADD = $(lib_LTLIBRARIES) ../mdlib/libmd@LIBSUFFIX@.la \ ../gmxlib/libgmx@LIBSUFFIX@.la -- 2.22.0