wernerd / ZRTPCPP

C++ Implementation of ZRTP protocol - GNU ZRTP C++
Other
115 stars 50 forks source link

pkg-config: add <includedir>/libzrtcpp to CFLAGS #17

Open tmatth opened 10 years ago

tmatth commented 10 years ago

Also remove broken lines that are not required.

tmatth commented 10 years ago

Fixes issue #16

Lekensteyn commented 9 years ago

LGTM.

wernerd commented 9 years ago

This fix will be in the next release.

Werner

Am 11.01.2015 um 14:59 schrieb Peter Wu:

LGTM.

— Reply to this email directly or view it on GitHub https://github.com/wernerd/ZRTPCPP/pull/17#issuecomment-69495330.

Werner Dittmann email: Werner.Dittmann@t-online.de cell: +49 173 44 37 659 PGP key: 82EF5E8B

keszybz commented 9 years ago

This patch does not seem right:

I think it would be much better to internally include all headers using #include "libzrtpcpp/xxx.h", and only allow users of this library to use #include <libzrtpcpp/xxx.h>, and not modify cflags.