aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-11 21:05:06 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-11 21:05:06 +0100
commit8795d17b84f1431ed108dc410ace2f4b86538442 (patch)
tree8c0928e4438c49dd4514b19343c643b1da10aafc
parent5ac774e1b398e4f6efa83664981ba0055addb04f (diff)
downloadgnunet-secushare-8795d17b84f1431ed108dc410ace2f4b86538442.tar.gz
gnunet-secushare-8795d17b84f1431ed108dc410ace2f4b86538442.zip
add missing social
-rw-r--r--pkgconfig/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index bc1eca5..4fe6a01 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -2,7 +2,8 @@
2pcfiles = \ 2pcfiles = \
3 gnunetmulticast.pc \ 3 gnunetmulticast.pc \
4 gnunetpsyc.pc \ 4 gnunetpsyc.pc \
5 gnunetpsycstore.pc 5 gnunetpsycstore.pc \
6 gnunetsocial.pc
6 7
7all-local: $(pcfiles) 8all-local: $(pcfiles)
8 9
@@ -19,7 +20,8 @@ pkgconfig_DATA = $(pcfiles)
19EXTRA_DIST = \ 20EXTRA_DIST = \
20 gnunetmulticast.pc.in \ 21 gnunetmulticast.pc.in \
21 gnunetpsyc.pc.in \ 22 gnunetpsyc.pc.in \
22 gnunetpsycstore.pc.in 23 gnunetpsycstore.pc.in \
24 gnunetsocial.pc.in
23 25
24CLEANFILES = $(pcfiles) 26CLEANFILES = $(pcfiles)
25AM_CPPFLAGS = -I$(top_srcdir)/src/include 27AM_CPPFLAGS = -I$(top_srcdir)/src/include