X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-usrp%2FMakefile.am;h=136ce157993ef6e488044b3b6995f66c1b75b0d0;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=8737b81308d890154109808ddd982fd32e390199;hpb=18a684bf3dc144c48fc4cc6cc72f5070febd8074;p=debian%2Fgnuradio diff --git a/gr-usrp/Makefile.am b/gr-usrp/Makefile.am index 8737b813..136ce157 100644 --- a/gr-usrp/Makefile.am +++ b/gr-usrp/Makefile.am @@ -5,7 +5,7 @@ # # GNU Radio is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Radio is distributed in the hope that it will be useful, @@ -21,5 +21,11 @@ include $(top_srcdir)/Makefile.common -EXTRA_DIST = README_MULTI_USRP.txt -SUBDIRS = src +EXTRA_DIST = \ + README_MULTI_USRP.txt \ + gnuradio-usrp.pc.in + +SUBDIRS = src apps + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = gnuradio-usrp.pc