avoid failing hard if 'gnunetcheck' db does not exist
[oweals/gnunet.git] / pkgconfig / Makefile.am
index 547755c1272bb9d1a440a523c80f557650f57b7e..7b7af6369bbed661b9c967d40f556b4e1218a853 100644 (file)
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
 pcfiles = \
        gnunetarm.pc \
        gnunetats.pc \
@@ -9,9 +10,6 @@ pcfiles = \
        gnunetdatastore.pc \
        gnunetdht.pc \
        gnunetdns.pc \
-       gnunetdnsparser.pc \
-       gnunetdnsstub.pc \
-       gnunetdv.pc \
        gnunetenv.pc \
        gnunetfragmentation.pc \
        gnunetfs.pc \
@@ -20,15 +18,11 @@ pcfiles = \
        gnunetidentity.pc \
        gnunetcadet.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 \
        gnunetrps.pc \
@@ -39,9 +33,8 @@ pcfiles = \
        gnunettestbed.pc \
        gnunettesting.pc \
        gnunettransport.pc \
-       gnunettun.pc \
        gnunetutil.pc \
-       gnunetvpn.pc 
+       gnunetvpn.pc
 
 all-local: $(pcfiles)
 
@@ -66,9 +59,6 @@ EXTRA_DIST = \
        gnunetdatastore.pc.in \
        gnunetdht.pc.in \
        gnunetdns.pc.in \
-       gnunetdnsparser.pc.in \
-       gnunetdnsstub.pc.in \
-       gnunetdv.pc.in \
        gnunetenv.pc.in \
        gnunetfragmentation.pc.in \
        gnunetfs.pc.in \
@@ -77,15 +67,12 @@ EXTRA_DIST = \
        gnunetidentity.pc.in \
        gnunetcadet.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 \
        gnunetrps.pc.in \
@@ -96,11 +83,8 @@ EXTRA_DIST = \
        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
-
-