diff options
author | Johnathan Corgan | 2012-01-18 08:57:29 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-01-18 08:57:29 -0800 |
commit | 877e92eb06f2603930a049ffc75e234b711fafa4 (patch) | |
tree | a63230fb70e84f2228b4c354178fcea800cf9a82 /gr-noaa/Makefile.am | |
parent | 9f41efcb0a98f035186d84deffa21f1c38141845 (diff) | |
download | gnuradio-877e92eb06f2603930a049ffc75e234b711fafa4.tar.gz gnuradio-877e92eb06f2603930a049ffc75e234b711fafa4.tar.bz2 gnuradio-877e92eb06f2603930a049ffc75e234b711fafa4.zip |
noaa: add pkgconfig file for C++ library
Diffstat (limited to 'gr-noaa/Makefile.am')
-rw-r--r-- | gr-noaa/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-noaa/Makefile.am b/gr-noaa/Makefile.am index 854ce1476..ce5f66109 100644 --- a/gr-noaa/Makefile.am +++ b/gr-noaa/Makefile.am @@ -27,3 +27,5 @@ if PYTHON SUBDIRS += swig python apps endif +pkgconfigdir = $(libdir)/pkgconfig +dist_pkgconfig_DATA = gnuradio-noaa.pc |