Skip to content

Commit

Permalink
fix libs defined in pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kfish committed May 12, 2009
1 parent 793cc79 commit a2c288a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uiomux-uninstalled.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Name: uiomux uninstalled
Description: A library for sharing access to UIO devices
Requires:
Version: @VERSION@
Libs: -L${libdir}
Libs: -L${libdir} -luiomux
Cflags: -I${includedir}
2 changes: 1 addition & 1 deletion uiomux.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Name: uiomux
Description: A library for sharing access to UIO devices
Requires:
Version: @VERSION@
Libs: -L${libdir}
Libs: -L${libdir} -luiomux
Libs.private: @PTHREAD_LIBS@
Cflags: -I${includedir}

0 comments on commit a2c288a

Please sign in to comment.