X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fpeerinfo%2FMakefile.am;h=468fab541c0e33f103f3b4b8cba9b3e816ac171a;hb=f700969b9bc46795e9ecd1bee08699fd03ea8fb8;hp=2a078536f991406245797927113fdb2c0f646551;hpb=81eae49a1b5dfeadb9aac5974ec87cd01aed9ffd;p=oweals%2Fgnunet.git diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am index 2a078536f..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 @@ -13,8 +18,7 @@ lib_LTLIBRARIES = libgnunetpeerinfo.la libgnunetpeerinfo_la_SOURCES = \ peerinfo_api.c peerinfo.h \ - peerinfo_api_notify.c \ - standalone-peerinfo.c + peerinfo_api_notify.c libgnunetpeerinfo_la_LIBADD = \ $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/util/libgnunetutil.la \