mirror of https://github.com/GNOME/gimp.git
app: Use BUILT_SOURCES to make sure generated files are created first.
This commit is contained in:
parent
175835fa2f
commit
3712a8df3e
|
@ -46,6 +46,8 @@ libappgui_a_built_sources = \
|
|||
|
||||
libappgui_a_SOURCES = $(libappgui_a_built_sources) $(libappgui_a_sources)
|
||||
|
||||
BUILT_SOURCES = $(libappgui_a_built_sources)
|
||||
|
||||
EXTRA_DIST = \
|
||||
dbus-service.xml
|
||||
|
||||
|
|
Loading…
Reference in New Issue