Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make more headers public
  • Loading branch information
Bernd Wachter committed Apr 13, 2013
1 parent e4fc89e commit d83168e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions libssu/libssu.pro
Expand Up @@ -4,16 +4,16 @@ include(../ssulibrary.pri)
# TODO: which headers are public? i.e. to be installed
public_headers = \
ssu.h \
ssudeviceinfo.h \
ssulog.h \
ssurepomanager.h \
ssusettings.h \
ssuvariables.h

HEADERS = \
$${public_headers} \
sandbox_p.h \
ssucoreconfig.h \
ssudeviceinfo.h \
ssulog.h \
ssuvariables.h \
ssusettings.h \
ssurepomanager.h \
ssucoreconfig.h

SOURCES = \
sandbox.cpp \
Expand Down
4 changes: 2 additions & 2 deletions rpm/ssu.spec
@@ -1,5 +1,5 @@
Name: ssu
Version: 0.32
Version: 0.33
Release: 1
Summary: SSU enabler for RND
Group: System/Base
Expand Down Expand Up @@ -82,7 +82,7 @@ Requires: %{name} = %{version}-%{release}
%files devel
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_includedir}/ssu.h
%{_includedir}/ssu*.h


%package tests
Expand Down

0 comments on commit d83168e

Please sign in to comment.