You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
545 B

  1. --- a/lib/Makefile.am
  2. +++ b/lib/Makefile.am
  3. @@ -1,3 +1,4 @@
  4. +include $(TOPDIR)/rules.mk
  5. AM_CPPFLAGS = @GLIB2_CFLAGS@ -I$(top_srcdir)/include \
  6. -I$(top_srcdir)/include/ccnet \
  7. @@ -85,7 +86,7 @@ rpc_table.stamp: ${top_srcdir}/lib/rpc_t
  8. @rm -f rpc_table.tmp
  9. @touch rpc_table.tmp
  10. @echo "[libsearpc]: generating rpc header files"
  11. - @PYTHON@ `which searpc-codegen.py` ${top_srcdir}/lib/rpc_table.py
  12. + @PYTHON@ "$(STAGING_DIR)/usr/bin/searpc-codegen.py" ${top_srcdir}/lib/rpc_table.py
  13. @echo "[libsearpc]: done"
  14. @mv -f rpc_table.tmp $@