autoconf
[Top][All Lists]
Advanced

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

How to specify srcdir?


From: Matej Tyc
Subject: How to specify srcdir?
Date: Thu, 4 Sep 2008 10:28:23 +0200

I have the following project directory structure:
The root, where configure.ac is located
/src, where the source code resides
/lib, where the library is built
/bin, where the frontend is built.
Each of those directories have their own Makefile.am
I have learned that I should use this construction in those Makefiles.am:
srcdir = @srcdir@ and that I should use the AC_CONFIG_SRCDIR


reply via email to

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