diff options
-rw-r--r-- | json-c.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/json-c.spec b/json-c.spec index 9429d8d..3ae20f5 100644 --- a/json-c.spec +++ b/json-c.spec @@ -50,6 +50,9 @@ rm -rf %{buildroot} make install DESTDIR=%{buildroot} # Get rid of la files rm -rf %{buildroot}%{_libdir}/*.la +# Missing header +install -p -m644 json_object_iterator.h \ + %{buildroot}%{_includedir}/json/ %clean rm -rf %{buildroot} |