diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-01 18:43:34 -0400 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-01 16:25:36 -0700 |
commit | 78c29889ad5d4d695114078e271f3944d2ce8dd2 (patch) | |
tree | e8c21c051a04ab786dc11018336dec7f3bfccf5c | |
parent | 882965a4a2e3ac9c0c3b24d1e576e74f0a472b5a (diff) |
runtime: adding prefix/include/gnuradio temporarily for external projects to use.
This will be removed when we convert over to using the #include <gnuradio/header.h> style.
-rw-r--r-- | gnuradio-runtime/gnuradio-runtime.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/gnuradio-runtime.pc.in b/gnuradio-runtime/gnuradio-runtime.pc.in index ede19cbba4..10b2aa2246 100644 --- a/gnuradio-runtime/gnuradio-runtime.pc.in +++ b/gnuradio-runtime/gnuradio-runtime.pc.in @@ -8,4 +8,4 @@ Description: GNU Radio core runtime infrastructure Requires: Version: @LIBVER@ Libs: -L${libdir} -lgnuradio-runtime -Cflags: -I${includedir} +Cflags: -I${includedir} -I${includedir}/gnuradio |