Fix a build order problem.

This commit is contained in:
curt
2000-12-20 15:06:04 +00:00
parent c412739040
commit 663db8f978
2 changed files with 4 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ SUBDIRS = \
magvar \
math \
$(METAR_DIRS) \
xml \
misc \
route \
screen \
@@ -39,6 +40,5 @@ SUBDIRS = \
sky \
timing \
xgl \
xml \
$(ZLIB_DIRS)

View File

@@ -321,7 +321,7 @@ test_property_nodes ()
}
main (int ac, char ** av)
int main (int ac, char ** av)
{
test_value();
test_property_nodes();
@@ -335,4 +335,6 @@ main (int ac, char ** av)
writeProperties(cout, &root);
cout << endl;
}
return 0;
}