Hello Alessandro,
On Tue, Jun 24, 2014 at 01:19:02PM +0200, Alessandro Salatiello wrote:
> lib_LTLIBRARIES = libnavigation.la
> include_HEADERS = \
> some_headers.h
>
> libnavigation_la_SOURCES = \
> some_sources.cpp
>
> libnavigation_la_LDFL
Hello,
I'm totally new to Make and Automake but I need to build a project which
uses Automake.
I'm using Ubuntu 12.04 and I've installed with succes the openCV library
(version 2.4.3) which I had used in several small projects which I built
using:
g++ sourcefile.cpp `pkg-config opencv --cflags -
Hello,
I'm totally new to Make and Automake but I need to build a project which
uses Automake.
I'm using Ubuntu 12.04 and I've installed with succes the openCV library
(version 2.4.3) which I had used in several small projects which I built
using:
g++ sourcefile.cpp `pkg-config opencv --cflags -