Revision 30ac9195 Makefile.am

b/Makefile.am
272 272
	stamp-directories \
273 273
	stamp-srclinks \
274 274
	$(nodist_pkgpython_PYTHON) \
275
	$(nodist_pkgpython_rpc_stub_PYTHON) \
275 276
	$(gnt_scripts) \
276 277
	$(HS_ALL_PROGS) $(HS_BUILT_SRCS) \
277 278
	$(HS_BUILT_TEST_HELPERS) \
......
306 307
	lib/opcodes.py
307 308

  
308 309
BUILT_PYTHON_SOURCES = \
309
	$(built_python_base_sources) \
310
	lib/_generated_rpc.py
310
	$(nodist_pkgpython_PYTHON) \
311
	$(nodist_pkgpython_rpc_stub_PYTHON)
311 312

  
312 313
# Generating the RPC wrappers depends on many things, so make sure
313 314
# it's built at the end of the built sources
......
328 329
	tools/kvm-ifup-os
329 330

  
330 331
nodist_pkgpython_PYTHON = \
331
	$(BUILT_PYTHON_SOURCES)
332
	$(built_python_base_sources) \
333
	lib/_generated_rpc.py
334

  
335
nodist_pkgpython_rpc_stub_PYTHON =
332 336

  
333 337
nodist_pkgpython_bin_SCRIPTS = \
334 338
	$(nodist_pkglib_python_scripts)

Also available in: Unified diff