Fix a build order problem.
This commit is contained in:
@@ -32,6 +32,7 @@ SUBDIRS = \
|
||||
magvar \
|
||||
math \
|
||||
$(METAR_DIRS) \
|
||||
xml \
|
||||
misc \
|
||||
route \
|
||||
screen \
|
||||
@@ -39,6 +40,5 @@ SUBDIRS = \
|
||||
sky \
|
||||
timing \
|
||||
xgl \
|
||||
xml \
|
||||
$(ZLIB_DIRS)
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user