diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-07-30 02:25:47 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-07-30 02:31:19 +0800 |
commit | 7cab49b4345266559cd20cedcf97ae18bac9a387 (patch) | |
tree | 7a12e6ba792de1287d183e28654ca4f0d6c0b766 /configure.ac | |
parent | 6b6d5d9315cb772cfb4f2e2427335957e156cb7c (diff) |
sccp: Rename the pkg-config file to osmo-sccp0.0.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 054b000..4fb8ce5 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ CFLAGS="$saved_CFLAGS" AC_SUBST(SYMBOL_VISIBILITY) AC_OUTPUT( - libsccp.pc + libosmo-sccp.pc include/sccp/Makefile include/Makefile src/Makefile |