Revision 81959e7b Makefile.am

b/Makefile.am
304 304
built_python_base_sources = \
305 305
	lib/_constants.py \
306 306
	lib/_vcsversion.py \
307
	lib/opcodes.py
307
	lib/opcodes.py \
308
	lib/rpc/stub/wconfd.py
308 309

  
309 310
BUILT_PYTHON_SOURCES = \
310 311
	$(nodist_pkgpython_PYTHON) \
......
332 333
	$(built_python_base_sources) \
333 334
	lib/_generated_rpc.py
334 335

  
335
nodist_pkgpython_rpc_stub_PYTHON =
336
nodist_pkgpython_rpc_stub_PYTHON = \
337
	lib/rpc/stub/wconfd.py
336 338

  
337 339
nodist_pkgpython_bin_SCRIPTS = \
338 340
	$(nodist_pkglib_python_scripts)
......
1941 1943
lib/_generated_rpc.py: lib/rpc_defs.py $(BUILD_RPC)
1942 1944
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(BUILD_RPC) lib/rpc_defs.py > $@
1943 1945

  
1946
lib/rpc/stub/wconfd.py: Makefile src/hs2py | stamp-directories
1947
	src/hs2py --wconfd-rpc > $@
1948

  
1944 1949
$(SHELL_ENV_INIT): Makefile stamp-directories
1945 1950
	set -e; \
1946 1951
	{ echo '# Allow overriding for tests'; \

Also available in: Unified diff