Fixed EXTRA_DIST targets to take account of previous _DATA -> _SCRIPTS rename

This commit is contained in:
Daniel P. Berrange 2006-07-19 11:22:32 -04:00
parent fafa182e80
commit 2b7a76a514
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ dbusdir = $(datadir)/dbus-1/services
dbus_SOURCES = $(PACKAGE).service.in
dbus_DATA = $(PACKAGE).service
CLEANFILES = $(bin_SCRIPTS) $(desktop_DATA) $(dbus_DATA) $(python_DATA) $(libexec_SCRIPTS)
CLEANFILES = $(bin_SCRIPTS) $(desktop_DATA) $(dbus_DATA) $(python_SCRIPTS) $(libexec_SCRIPTS)
EXTRA_DIST = $(bin_SOURCES) $(desktop_SOURCES) $(dbus_SOURCES) $(python_SOURCES) $(glade_DATA) $(libexec_SOURCES)

View File

@ -2,4 +2,4 @@
pythondir = $(pkgdatadir)/virtManager
python_SCRIPTS = $(wildcard $(srcdir)/*.py)
EXTRA_DIST = $(python_DATA)
EXTRA_DIST = $(python_SCRIPTS)

View File

@ -2,4 +2,4 @@
pythondir = $(pkgdatadir)/vncViewer
python_SCRIPTS = $(wildcard $(srcdir)/*.py)
EXTRA_DIST = $(python_DATA)
EXTRA_DIST = $(python_SCRIPTS)