diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-06-27 11:34:04 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-06-27 11:34:04 +0000 |
commit | cd1f301ce34430fc96e7ac19dfd0e297949af31b (patch) | |
tree | ba6afaa71666ab64479b78b8ad78c9cda9971c4c | |
parent | a93280d63d9301744f23fe1c1d5cf9eb7446cdbb (diff) | |
download | librda-cd1f301ce34430fc96e7ac19dfd0e297949af31b.tar.gz librda-cd1f301ce34430fc96e7ac19dfd0e297949af31b.tar.bz2 librda-cd1f301ce34430fc96e7ac19dfd0e297949af31b.zip |
src/rda.pc.in: Make people use <rda/rda.h> in include headers, rather than <rda.h>.
-rw-r--r-- | src/rda.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rda.pc.in b/src/rda.pc.in index e79b9c3..0279975 100644 --- a/src/rda.pc.in +++ b/src/rda.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ bindir=@bindir@ includedir=@includedir@ -Cflags: -I${includedir}/rda +Cflags: -I${includedir} Libs: -lrda Name: librda |