X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=contrib%2FMakefile.am;h=e3ff5068e9b054824d3146133c7535982bdef574;hb=d1ee58bf994791f6b0020029db0959ec831b927d;hp=db9e6d74773be81047822d4b1be1cbec1411b36d;hpb=684911088a8dc43d871bc05a718317afe69eb85a;p=oweals%2Fgnunet.git diff --git a/contrib/Makefile.am b/contrib/Makefile.am index db9e6d747..e3ff5068e 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -9,7 +9,7 @@ noinst_PROGRAMS = \ if !MINGW timeout_watchdog_SOURCES = \ - timeout_watchdog.c + timeout_watchdog.c else timeout_watchdog_SOURCES = \ timeout_watchdog_w32.c @@ -25,6 +25,9 @@ bin_SCRIPTS = \ gnunet-gns-import.sh dist_pkgdata_DATA = \ + gns-bcd.html \ + gns-bcd.tex \ + gnunet-logo.pdf \ gnunet-logo-color.png \ testing_hostkeys.ecc @@ -56,7 +59,10 @@ EXTRA_DIST = \ openvpn-tap32/tapw64/OemWin2k.inf \ openvpn-tap32/INSTALL \ openvpn-tap32/tap32-signed-i386-2.1.zip \ - openvpn-tap32/tap32-source-2.1.zip + openvpn-tap32/tap32-source-2.1.zip + +CLEANFILES = \ + $(noinst_SCRIPTS) do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' @@ -70,7 +76,7 @@ do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' # gnmessage.sh \ # junkinsert.sh \ # junklookup.sh \ -# namespacehelper.sh +# namespacehelper.sh check_PROGRAMS = \ @@ -90,12 +96,12 @@ test_gnunet_prefix_LDADD = \ $(GCLIBADD) $(WINLIB) \ $(LTLIBICONV) \ $(GN_LIBINTL) \ - $(LIBLTDL) -lunistring $(XLIB) + $(LIBLTDL) -lunistring $(XLIB) pkghellodir= $(pkgdatadir)/hellos install-data-local: - $(mkinstalldirs) $(DESTDIR)$(pkghellodir) + $(mkinstalldirs) $(DESTDIR)$(pkghellodir) @$(NORMAL_INSTALL) for hello in $(srcdir)/hellos/*; do \ if test -f $$hello; then \