JWT Parsing API
[oweals/gnunet.git] / pkgconfig / Makefile.am
index 9b92ec748dfcb1f575e7e9a5ec44dfb817ebe25b..3199a04a4c96917d2c22962553f1b7a89174dd68 100644 (file)
@@ -1,45 +1,43 @@
+# This Makefile.am is in the public domain
 pcfiles = \
-       gnunetats.pc \
        gnunetarm.pc \
+       gnunetats.pc \
        gnunetblock.pc \
+       gnunetconsensus.pc \
+       gnunetconversation.pc \
        gnunetcore.pc \
        gnunetdatacache.pc \
        gnunetdatastore.pc \
        gnunetdht.pc \
        gnunetdns.pc \
-       gnunetdnsparser.pc \
-       gnunetdv.pc \
+       gnunetenv.pc \
        gnunetfragmentation.pc \
        gnunetfs.pc \
        gnunetgns.pc \
        gnunethello.pc \
-       gnunetlockmanager.pc \
-       gnunetmesh.pc \
+       gnunetidentity.pc \
+       gnunetcadet.pc \
+       gnunetmicrophone.pc \
        gnunetmysql.pc \
        gnunetnamestore.pc \
        gnunetnat.pc \
        gnunetnse.pc \
        gnunetpeerinfo.pc \
-       gnunetpostgres.pc \
        gnunetregex.pc \
+       gnunetrevocation.pc \
+       gnunetrps.pc \
+       gnunetscalarproduct.pc \
+       gnunetset.pc \
+       gnunetspeaker.pc \
        gnunetstatistics.pc \
-       gnunetstream.pc \
        gnunettestbed.pc \
        gnunettesting.pc \
        gnunettransport.pc \
-       gnunettun.pc \
        gnunetutil.pc \
-       gnunetvpn.pc 
+       gnunetvpn.pc
 
 all-local: $(pcfiles)
 
-cp_verbose = $(cp_verbose_$(V))
-cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
-cp_verbose_0 = @echo "  CP     $@";
-
-%.pc: %.pc
-       $(cp_verbose_0)cp $< $@
-
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = $(pcfiles)
 
@@ -47,19 +45,21 @@ 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 \
        gnunetdns.pc.in \
-       gnunetdnsparser.pc.in \
-       gnunetdv.pc.in \
+       gnunetenv.pc.in \
        gnunetfragmentation.pc.in \
        gnunetfs.pc.in \
        gnunetgns.pc.in \
        gnunethello.pc.in \
-       gnunetlockmanager.pc.in \
-       gnunetmesh.pc.in \
+       gnunetidentity.pc.in \
+       gnunetcadet.pc.in \
+       gnunetmicrophone.pc.in \
        gnunetmysql.pc.in \
        gnunetnamestore.pc.in \
        gnunetnat.pc.in \
@@ -67,16 +67,17 @@ EXTRA_DIST = \
        gnunetpeerinfo.pc.in \
        gnunetpostgres.pc.in \
        gnunetregex.pc.in \
+       gnunetrevocation.pc.in \
+       gnunetrps.pc.in \
+       gnunetscalarproduct.pc.in \
+       gnunetset.pc.in \
+       gnunetspeaker.pc.in \
        gnunetstatistics.pc.in \
-       gnunetstream.pc.in \
        gnunettestbed.pc.in \
        gnunettesting.pc.in \
        gnunettransport.pc.in \
-       gnunettun.pc.in \
        gnunetutil.pc.in \
-       gnunetvpn.pc.in 
+       gnunetvpn.pc.in
 
 CLEANFILES = $(pcfiles)
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
-
-