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
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
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
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
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
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.