Skip to content

Commit a2c288a

Browse files
committed
fix libs defined in pkg-config
1 parent 793cc79 commit a2c288a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

uiomux-uninstalled.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Name: uiomux uninstalled
77
Description: A library for sharing access to UIO devices
88
Requires:
99
Version: @VERSION@
10-
Libs: -L${libdir}
10+
Libs: -L${libdir} -luiomux
1111
Cflags: -I${includedir}

uiomux.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Name: uiomux
77
Description: A library for sharing access to UIO devices
88
Requires:
99
Version: @VERSION@
10-
Libs: -L${libdir}
10+
Libs: -L${libdir} -luiomux
1111
Libs.private: @PTHREAD_LIBS@
1212
Cflags: -I${includedir}

0 commit comments

Comments
 (0)