Commit 89ca3b9d authored by Dafydd Harries's avatar Dafydd Harries

use "nice" rather than "libnice" as pkgconfig identifier

darcs-hash:20071002141709-c9803-f598f594c0352d3e3e473ba105b7fbd7ff8e6796.gz
parent 9d1e4ed0
...@@ -13,7 +13,7 @@ AC_CONFIG_FILES([ ...@@ -13,7 +13,7 @@ AC_CONFIG_FILES([
local/Makefile local/Makefile
udp/Makefile udp/Makefile
nice/Makefile nice/Makefile
nice/libnice.pc nice/nice.pc
random/Makefile random/Makefile
gst/Makefile gst/Makefile
]) ])
......
...@@ -79,5 +79,5 @@ EXTRA_DIST = $(check_SCRIPTS) libnice.symbols ...@@ -79,5 +79,5 @@ EXTRA_DIST = $(check_SCRIPTS) libnice.symbols
pkginclude_HEADERS = nice.h pkginclude_HEADERS = nice.h
pkgconfigdir = $(libdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libnice.pc pkgconfig_DATA = nice.pc
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment