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:
parent
a63409393b
commit
be50597a25
21 changed files with 1261 additions and 561 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue