X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fpeerinfo%2FMakefile.am;h=468fab541c0e33f103f3b4b8cba9b3e816ac171a;hb=f700969b9bc46795e9ecd1bee08699fd03ea8fb8;hp=d5842573037ee0439dafe16d91d81d32d6add87a;hpb=acedd098b722cd5612f7ff9a15d712dd6e66ee62;p=oweals%2Fgnunet.git diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am index d58425730..468fab541 100644 --- a/src/peerinfo/Makefile.am +++ b/src/peerinfo/Makefile.am @@ -1,5 +1,10 @@ INCLUDES = -I$(top_srcdir)/src/include +pkgcfgdir= $(pkgdatadir)/config.d/ + +pkgcfg_DATA = \ + peerinfo.conf + if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32 endif