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:
Cosimo Cecchi 2011-12-19 11:41:59 +01:00
parent f35e710d3c
commit 642835db7a

View file

@ -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