Add cgset_SOURCES to Makefile Signed-off-by: Ivana Varekova <[email protected]> ---
src/tools/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am index 2b4c9e7..35a91e4 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -13,6 +13,8 @@ cgclassify_SOURCES = cgclassify.c tools-common.c tools-common.h cgcreate_SOURCES = cgcreate.c tools-common.c tools-common.h +cgset_SOURCES = cgset.c tools-common.c tools-common.h + cgconfigparser_SOURCES = cgconfig.c endif ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
