Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Install ssu.h to allow 3rd party development
  • Loading branch information
Bernd Wachter committed Nov 17, 2012
1 parent c353bed commit 6e95fa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ build/*
doc/html
doc/latex
*.pro.user
*.list
5 changes: 4 additions & 1 deletion libssu/libssu.pro
Expand Up @@ -9,8 +9,11 @@ QT -= gui
QT += network xml
MOBILITY += systeminfo

headers.files = ssu.h
headers.path = /usr/include

unix:target.path = $${PREFIX}/usr/lib
INSTALLS += target
INSTALLS += target headers

ssuconfhack {
DEFINES += SSUCONFHACK
Expand Down

0 comments on commit 6e95fa5

Please sign in to comment.