Hello Matí-as,

* Matí­as Alejandro Torres wrote on Tue, Apr 24, 2007 at 10:09:57PM CEST:
> 
> I'm building a package using automake and here is the situation:
> 
> - Libraries are built in the process, binaries too.
> - When I compile the package with `make` it works great. The package is 
> compiled with the detected libraries (glib, gtk, etc, etc)
> - But when I do a `make dist` the package is built with no libraries, it 
> just uses the command `gcc -g -O2    category.c   -o category`.  
> (category.c is part of a library)

Please do
  make clean

and then post the full and exact output (copy and paste!) from
  make

and
  make dist

Thanks.

> libcontacts_la_SOURCES = \
>    aboutdialog.c\
>    aboutdialog.h\
>    category.c\
>    category.h

I'm wondering whether you should put spaces before the backslashes here.
Could you try that?

Cheers,
Ralf


Reply via email to