Fix built sources not always being built in common/Makefile.am
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Tue, 31 Jul 2012 09:59:17 +0000 (10:59 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Tue, 31 Jul 2012 09:59:17 +0000 (10:59 +0100)
common/Makefile.am

index 6b06470..ad53d6a 100644 (file)
@@ -63,7 +63,7 @@ DISTCLEANFILES =                                                      \
        $(libcommon_la_built_sources)
 
 BUILT_SOURCES =                                                                \
-       $(libcommon_la_built_headers)
+       $(libcommon_la_built_sources)
 
 $(la_handler_built_sources): la-handler-dbus.xml Makefile
        $(AM_V_GEN) $(GDBUS_CODEGEN)                                    \