Skip to content

Commit

Permalink
Fix a few bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Pedersen committed May 7, 2014
1 parent 4a4ed97 commit ea2f8af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions OperationHandler/homeport/include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install (FILES ../../REST/libREST/include/libREST.h DESTINATION include/hpdaemon
install (FILES ../../../misc/include/utlist.h DESTINATION include/hpdaemon)
install (FILES ../../../misc/include/idgen.h DESTINATION include/hpdaemon)
#install (FILES hpd_configure.h DESTINATION include/hpdaemon)
#install (FILES ../../http-webserver/include/http_types.h DESTINATION include/hpdaemon)
#install (FILES ../../webserver/include/ws_types.h DESTINATION include/hpdaemon)
#install (FILES ../../misc/include/linkedmap.h DESTINATION include/hpdaemon)
install (FILES ../../REST/http-webserver/include/http_types.h DESTINATION include/hpdaemon)
install (FILES ../../REST/webserver/include/ws_types.h DESTINATION include/hpdaemon)
install (FILES ../../../misc/include/linkedmap.h DESTINATION include/hpdaemon)

2 changes: 1 addition & 1 deletion OperationHandler/homeport/src/homeport.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ char *timestamp ( void );
char* stateToXml(char *state);
char* xmlToState(char *xml);
char* stateToJson(char *state);
const char* jsonToState(char *xml);
char* jsonToState(char *xml);
static void sig_cb ( struct ev_loop *loop, struct ev_signal *w, int revents );
char* generateUri( Device *device, Service *service );

Expand Down

0 comments on commit ea2f8af

Please sign in to comment.