Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/BatchDrake/sigutils
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Feb 8, 2020
2 parents 911c31f + df1c35d commit 49af399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sigutils.pc.in
@@ -1,11 +1,11 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix="${prefix}"
libdir="${prefix}/lib"
includedir="${prefix}/include/sigutils"
includedir="${prefix}/include"

Name: sigutils
Description: Digital signal processing utility library
URL: http://github.org/BatchDrake/sigutils
Version: @PROJECT_VERSION@
Cflags: -I${includedir} -I${includedir}/util @SU_PC_CFLAGS@
Cflags: -I${includedir} -I${includedir}/sigutils/util @SU_PC_CFLAGS@
Libs: -L${libdir} -lsigutils @SU_PC_LIBRARIES@

0 comments on commit 49af399

Please sign in to comment.