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
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
> compi
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.
'make distcheck' can also be your friend.
H