Questions...

2007-02-11 Thread Matí­as Alejandro Torres
Hi all I'm using anjuta for generating the configure, make and make install needed files for a program of my own. After doing these i discover that... it configures and builds okey, it even checks for the needed libraries. Great so far. Anyway .. I have a couple of questions, 1- how do i s

Re: Questions...

2007-02-11 Thread Matí­as Alejandro Torres
Matí­as Alejandro Torres escribió: Hi all I'm using anjuta for generating the configure, make and make install needed files for a program of my own. After doing these i discover that... it configures and builds okey, it even checks for the needed libraries. Great so far. Anyway .. I

Makefiles and libraries problem

2007-04-11 Thread Matí­as Alejandro Torres
Hi, I'm a complete newbie with making automake makefiles. Before writing to this list I read the manual , I tried to look at source codes but I can't get things done. Lets say i have a program i want to build and two libraries that resides in the same tarball, this is what the program struct

Re: Makefiles and libraries problem

2007-04-12 Thread Matí­as Alejandro Torres
Ralf Wildenhues escribió: * Matí­as Alejandro Torres wrote on Thu, Apr 12, 2007 at 01:40:30AM CEST: ** The Makefile.am in the database/ directory (a library) ** contactsdb_la_SOURCES = idatabase.c\ Make that

Make dist problems

2007-04-24 Thread Matí­as Alejandro Torres
Hi, 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 i

Re: Make dist problems

2007-04-24 Thread Matí­as Alejandro Torres
Well... problem solved. It was a typo, somehow you helped me anyway because if it wasn't for you i wouldn't find it. I'm sorry, Thanks. libcontacts_la_SOURCES = \ aboutdialog.c \ aboutdialog.h \ calendarentry.c \ calendarentry.h \ category.c \ category -> category.