X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=mblock%2FMakefile.am;h=69e2f22c064f97fa63dae8052b277ed8c1091b64;hb=18578e234cf0566ed6196f6dff3920a12a3e2479;hp=c83370c186dfcb761817425e1184979760dc126f;hpb=86f5c92427b3f4bb30536d76cf63c3fca388fb2f;p=debian%2Fgnuradio diff --git a/mblock/Makefile.am b/mblock/Makefile.am index c83370c1..69e2f22c 100644 --- a/mblock/Makefile.am +++ b/mblock/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 = \ + mblock.pc.in + SUBDIRS = src DIST_SUBDIRS = src doc + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = mblock.pc