Fix failing build after git clean.
commit8c54cd6fe765c178674e63c7016781055f882ba3
authorArto Karppinen <arto.karppinen@iki.fi>
Sun, 21 Dec 2008 03:53:25 +0000 (21 05:53 +0200)
committerArto Karppinen <arto.karppinen@iki.fi>
Sun, 21 Dec 2008 17:38:52 +0000 (21 19:38 +0200)
tree5f8b38f604c48f917bcd4b9baf513694eb01d498
parent363147afb5a9e089e2de791b4a71ecfb5a133a47
Fix failing build after git clean.

browser_enum_types.h is autogenerated by glib-mkenums, but it was not
called before trying to copile other sources. Fixed by using magic
automake variable called BUILT_SOURCES, which makes sure those sources
are built before anything else.
backend/browser/src/Makefile.am