Skip to content

Commit 4ff1939

Browse files
committed
Fix gtk-doc generation
Resolves #65
1 parent 0d7b894 commit 4ff1939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (GTKDOC_FOUND)
3939
CFLAGS -I${CMAKE_SOURCE_DIR} -include libinstpatch/misc.h
4040
LDFLAGS -L${CMAKE_CURRENT_BINARY_DIR}/../../libinstpatch -linstpatch-1.0
4141
LDPATH ${CMAKE_CURRENT_BINARY_DIR}/../../libinstpatch
42-
DEPENDS instpatch-1.0
42+
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/../../libinstpatch/libinstpatch-1.0.so
4343
)
4444

4545
add_custom_target(documentation ALL DEPENDS doc-libinstpatch)

0 commit comments

Comments
 (0)