Commit e309f9ec authored by Pavel Vainerman's avatar Pavel Vainerman

Забыл упаковать *.hpp

parent 8227e913
...@@ -359,6 +359,7 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname ...@@ -359,6 +359,7 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
%dir %_includedir/%oname/ %dir %_includedir/%oname/
%_includedir/%oname/*.h %_includedir/%oname/*.h
%_includedir/%oname/*.hh %_includedir/%oname/*.hh
%_includedir/%oname/*.hpp
%_includedir/%oname/*.tcc %_includedir/%oname/*.tcc
%_includedir/%oname/modbus/ %_includedir/%oname/modbus/
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
SUBDIRS=modbus SUBDIRS=modbus
# install # install
devel_include_HEADERS = *.h *.hh *.tcc devel_include_HEADERS = *.h *.hh *.tcc *.hpp
devel_includedir = $(pkgincludedir) devel_includedir = $(pkgincludedir)
all-local: all-local:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment