mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
8d5fc7141a
A separate extension package for GNU ccRTP, it provides support for the ZRTP protocol (as defined in the Internet draft draft-zimmermann-avt-zrtp). WWW: http://www.gnu.org/software/ccrtp/
12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
--- Makefile.in Wed Oct 4 22:52:54 2006
|
|
+++ Makefile.in Wed Oct 4 22:54:10 2006
|
|
@@ -219,7 +219,7 @@
|
|
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS = src
|
|
EXTRA_DIST = README AUTHORS COPYING *.pc* *.spec* autoconf/* reconfig
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(libdir)data/pkgconfig
|
|
pkgconfig_DATA = libzrtpcpp.pc
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|