automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] How to check lib and specify PROJECT_LDADD for a binary pr


From: Jiang Xiaodong
Subject: [Automake-NG] How to check lib and specify PROJECT_LDADD for a binary program
Date: Mon, 2 Jul 2012 14:12:22 +0800

I have such lines in my configure.in

AC_CHECK_LIB(cunit, CU_basic_run_tests,[
                runtest_LDADD="$LDADD -lcunit"
        ], AC_MSG_ERROR([libcunit not found.]) )

But I cannot  find runtest_LDADD in generated Makefile

--
Xiaodong Jiang



reply via email to

[Prev in Thread] Current Thread [Next in Thread]