X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2FMakefile.am;h=7f2e0cd48f02b77fd84de1f31583de34612da366;hb=f491ac4fab469421986f77df0bbf79fefc417786;hp=98af8383a89298b033b1ff4e43e511111187fe9f;hpb=29c724d2a7764f83fe846b418d09540348b86983;p=oweals%2Fgnunet.git diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 98af8383a..7f2e0cd48 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -5,7 +5,10 @@ plugindir = $(libdir)/gnunet pkgcfgdir= $(pkgdatadir)/config.d/ dist_pkgcfg_DATA = \ - util.conf resolver.conf + util.conf + +pkgcfg_DATA = \ + resolver.conf if MINGW noinst_LTLIBRARIES = \ @@ -14,10 +17,10 @@ libgnunetutilwin_la_SOURCES = \ win.cc \ winproc.c libgnunetutilwin_la_LDFLAGS = \ - -Wl,--no-undefined -Wl,--export-all-symbols + -no-undefined -Wl,--export-all-symbols libgnunetutilwin_la_LIBADD = \ -lshell32 -liconv -lstdc++ \ - -lcomdlg32 -lgdi32 + -lcomdlg32 -lgdi32 -liphlpapi WINLIB = libgnunetutilwin.la endif @@ -76,6 +79,7 @@ libgnunetutil_la_SOURCES = \ disk.h \ getopt.c \ getopt_helpers.c \ + helper.c \ load.c \ network.c \ os_installation.c \ @@ -105,7 +109,7 @@ libgnunetutil_la_LIBADD = \ libgnunetutil_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ - -version-info 4:0:0 + -version-info 6:0:1 bin_PROGRAMS = \