X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=pkgconfig%2FMakefile.am;h=ca0c3938b7c5061902e1963093786c4c1fa569a6;hb=91140caa33349036934b5b86238c0ec6265e0a13;hp=09023912e8eea44380d68b342b580dc81a8cca84;hpb=352ed86dd34f82166218d4ae8fc16700f4a14f99;p=oweals%2Fgnunet.git diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 09023912e..ca0c3938b 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -1,21 +1,35 @@ pcfiles = \ + gnunetats.pc \ gnunetarm.pc \ gnunetblock.pc \ gnunetcore.pc \ gnunetdatacache.pc \ gnunetdatastore.pc \ gnunetdht.pc \ - gnunetdhtlog.pc \ + gnunetdns.pc \ + gnunetdnsparser.pc \ gnunetdv.pc \ gnunetfragmentation.pc \ gnunetfs.pc \ + gnunetgns.pc \ gnunethello.pc \ + gnunetlockmanager.pc \ + gnunetmesh.pc \ + gnunetmysql.pc \ + gnunetnamestore.pc \ + gnunetnat.pc \ gnunetnse.pc \ gnunetpeerinfo.pc \ + gnunetpostgres.pc \ + gnunetregex.pc \ gnunetstatistics.pc \ + gnunetstream.pc \ + gnunettestbed.pc \ gnunettesting.pc \ gnunettransport.pc \ - gnunetutil.pc + gnunettun.pc \ + gnunetutil.pc \ + gnunetvpn.pc all-local: $(pcfiles) @@ -31,22 +45,36 @@ pkgconfig_DATA = $(pcfiles) EXTRA_DIST = \ gnunetarm.pc.in \ + gnunetats.pc.in \ gnunetblock.pc.in \ gnunetcore.pc.in \ gnunetdatacache.pc.in \ gnunetdatastore.pc.in \ gnunetdht.pc.in \ - gnunetdhtlog.pc.in \ + gnunetdns.pc.in \ + gnunetdnsparser.pc.in \ gnunetdv.pc.in \ gnunetfragmentation.pc.in \ gnunetfs.pc.in \ + gnunetgns.pc.in \ gnunethello.pc.in \ + gnunetlockmanager.pc.in \ + gnunetmesh.pc.in \ + gnunetmysql.pc.in \ + gnunetnamestore.pc.in \ + gnunetnat.pc.in \ gnunetnse.pc.in \ gnunetpeerinfo.pc.in \ + gnunetpostgres.pc.in \ + gnunetregex.pc.in \ gnunetstatistics.pc.in \ + gnunetstream.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