automake
[Top][All Lists]
Advanced

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

Re: Make dist problems


From: Ralf Wildenhues
Subject: Re: Make dist problems
Date: Tue, 24 Apr 2007 22:39:50 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

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

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