mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
fdo-dbus: don't dist generated dbus sources
Use nodist_nautilus_SOURCES, like the generated object manager for org.Nautilus.FileOperations
This commit is contained in:
parent
f35e710d3c
commit
642835db7a
1 changed files with 4 additions and 1 deletions
|
@ -58,7 +58,6 @@ BUILT_SOURCES = \
|
|||
$(NULL)
|
||||
|
||||
nautilus_SOURCES = \
|
||||
$(BUILT_SOURCES) \
|
||||
nautilus-actions.h \
|
||||
nautilus-application.c \
|
||||
nautilus-application.h \
|
||||
|
@ -160,6 +159,10 @@ nautilus_SOURCES = \
|
|||
nautilus-x-content-bar.h \
|
||||
$(NULL)
|
||||
|
||||
nodist_nautilus_SOURCES = \
|
||||
$(BUILT_SOURCES) \
|
||||
$(NULL)
|
||||
|
||||
EMPTY_VIEW_SOURCES = \
|
||||
nautilus-empty-view.c \
|
||||
nautilus-empty-view.h
|
||||
|
|
Loading…
Reference in a new issue