X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=pkgconfig%2FMakefile.am;h=068b0bbe161029311dd44fd2cf8048ac2add2ab3;hb=f9ff7db9da2213e1a643df8d27c0a959a289590b;hp=09023912e8eea44380d68b342b580dc81a8cca84;hpb=352ed86dd34f82166218d4ae8fc16700f4a14f99;p=oweals%2Fgnunet.git diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 09023912e..068b0bbe1 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -1,21 +1,46 @@ pcfiles = \ gnunetarm.pc \ + gnunetats.pc \ gnunetblock.pc \ + gnunetconsensus.pc \ + gnunetconversation.pc \ gnunetcore.pc \ gnunetdatacache.pc \ gnunetdatastore.pc \ gnunetdht.pc \ - gnunetdhtlog.pc \ + gnunetdns.pc \ + gnunetdnsparser.pc \ + gnunetdnsstub.pc \ gnunetdv.pc \ + gnunetenv.pc \ gnunetfragmentation.pc \ gnunetfs.pc \ + gnunetgns.pc \ gnunethello.pc \ + gnunetidentity.pc \ + gnunetmesh.pc \ + gnunetmicrophone.pc \ + gnunetmulticast.pc \ + gnunetmysql.pc \ + gnunetnamestore.pc \ + gnunetnat.pc \ gnunetnse.pc \ gnunetpeerinfo.pc \ + gnunetpostgres.pc \ + gnunetpsyc.pc \ + gnunetpsycstore.pc \ + gnunetregex.pc \ + gnunetrevocation.pc \ + gnunetscalarproduct.pc \ + gnunetset.pc \ + gnunetspeaker.pc \ gnunetstatistics.pc \ + gnunettestbed.pc \ gnunettesting.pc \ gnunettransport.pc \ - gnunetutil.pc + gnunettun.pc \ + gnunetutil.pc \ + gnunetvpn.pc all-local: $(pcfiles) @@ -31,24 +56,49 @@ pkgconfig_DATA = $(pcfiles) EXTRA_DIST = \ gnunetarm.pc.in \ + gnunetats.pc.in \ gnunetblock.pc.in \ + gnunetconsensus.pc.in \ + gnunetconversation.pc.in \ gnunetcore.pc.in \ gnunetdatacache.pc.in \ gnunetdatastore.pc.in \ gnunetdht.pc.in \ - gnunetdhtlog.pc.in \ + gnunetdns.pc.in \ + gnunetdnsparser.pc.in \ + gnunetdnsstub.pc.in \ gnunetdv.pc.in \ + gnunetenv.pc.in \ gnunetfragmentation.pc.in \ gnunetfs.pc.in \ + gnunetgns.pc.in \ gnunethello.pc.in \ + gnunetidentity.pc.in \ + gnunetmesh.pc.in \ + gnunetmicrophone.pc.in \ + gnunetmulticast.pc.in \ + gnunetmysql.pc.in \ + gnunetnamestore.pc.in \ + gnunetnat.pc.in \ gnunetnse.pc.in \ gnunetpeerinfo.pc.in \ + gnunetpostgres.pc.in \ + gnunetpsyc.pc.in \ + gnunetpsycstore.pc.in \ + gnunetregex.pc.in \ + gnunetrevocation.pc.in \ + gnunetscalarproduct.pc.in \ + gnunetset.pc.in \ + gnunetspeaker.pc.in \ gnunetstatistics.pc.in \ + gnunettestbed.pc.in \ gnunettesting.pc.in \ gnunettransport.pc.in \ - gnunetutil.pc.in + gnunettun.pc.in \ + gnunetutil.pc.in \ + gnunetvpn.pc.in CLEANFILES = $(pcfiles) -INCLUDES = -I$(top_srcdir)/src/include +AM_CPPFLAGS = -I$(top_srcdir)/src/include