Browse Source

add missing social

master
Christian Grothoff 5 years ago
parent
commit
8795d17b84
No known key found for this signature in database GPG Key ID: 939E6BE1E29FC3CC
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      pkgconfig/Makefile.am

+ 4
- 2
pkgconfig/Makefile.am View File

@@ -2,7 +2,8 @@
pcfiles = \
gnunetmulticast.pc \
gnunetpsyc.pc \
gnunetpsycstore.pc
gnunetpsycstore.pc \
gnunetsocial.pc

all-local: $(pcfiles)

@@ -19,7 +20,8 @@ pkgconfig_DATA = $(pcfiles)
EXTRA_DIST = \
gnunetmulticast.pc.in \
gnunetpsyc.pc.in \
gnunetpsycstore.pc.in
gnunetpsycstore.pc.in \
gnunetsocial.pc.in

CLEANFILES = $(pcfiles)
AM_CPPFLAGS = -I$(top_srcdir)/src/include

Loading…
Cancel
Save