Link to common.la and not common.a.

2002-03-19  Richard Hestilow  <hestilow@ximian.com>

	* configure.in (COMMON_LIBS): Link to common.la and not common.a.
This commit is contained in:
Richard Hestilow 2002-03-20 03:30:11 +00:00 committed by Rachel Hestilow
parent a63409393b
commit be50597a25
21 changed files with 1261 additions and 561 deletions

View file

@ -43,7 +43,7 @@ static GConfEnumStringPair toolbar_style_enums[] = {
};
static GConfValue *
toolbar_from_widget (GConfValue *value)
toolbar_from_widget (GConfPropertyEditor *peditor, GConfValue *value)
{
GConfValue *new_value;
@ -55,7 +55,7 @@ toolbar_from_widget (GConfValue *value)
}
static GConfValue *
toolbar_to_widget (GConfValue *value)
toolbar_to_widget (GConfPropertyEditor *peditor, GConfValue *value)
{
GConfValue *new_value;
gint val = 2;