gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: auction: makefile indentati


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: auction: makefile indentation
Date: Thu, 23 Mar 2017 22:43:51 +0100

This is an automated email from the git hooks/post-receive script.

mteich pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 7307d73db auction: makefile indentation
7307d73db is described below

commit 7307d73db807dd1fa295629d2b89c70cf603aeb4
Author: Markus Teich <address@hidden>
AuthorDate: Thu Mar 23 22:36:00 2017 +0100

    auction: makefile indentation
---
 src/auction/Makefile.am | 62 ++++++++++++++++++++++++-------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

diff --git a/src/auction/Makefile.am b/src/auction/Makefile.am
index 28b52f3d5..bdede0ce0 100644
--- a/src/auction/Makefile.am
+++ b/src/auction/Makefile.am
@@ -1,74 +1,74 @@
 # This Makefile.am is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
-pkgcfgdir= $(pkgdatadir)/config.d/
+pkgcfgdir = $(pkgdatadir)/config.d/
 
-libexecdir= $(pkglibdir)/libexec/
+libexecdir = $(pkglibdir)/libexec/
 
 
 pkgcfg_DATA = \
-  auction.conf
+       auction.conf
 
 if MINGW
- WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
+       WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
 endif
 
 if USE_COVERAGE
-  AM_CFLAGS = -fprofile-arcs -ftest-coverage
+       AM_CFLAGS = -fprofile-arcs -ftest-coverage
 endif
 
 
 libexec_PROGRAMS = \
- gnunet-service-auction
+       gnunet-service-auction
 
 gnunet_service_auction_SOURCES = \
- gnunet-service-auction.c
+       gnunet-service-auction.c
 gnunet_service_auction_LDADD = \
-  $(top_builddir)/src/util/libgnunetutil.la \
-  -ljansson \
-  $(GN_LIBINTL)
+       $(top_builddir)/src/util/libgnunetutil.la \
+       -ljansson \
+       $(GN_LIBINTL)
 
 
 bin_PROGRAMS = \
- gnunet-auction-create \
- gnunet-auction-info \
- gnunet-auction-join
+       gnunet-auction-create \
+       gnunet-auction-info \
+       gnunet-auction-join
 
 gnunet_auction_create_SOURCES = \
- gnunet-auction-create.c
+       gnunet-auction-create.c
 gnunet_auction_create_LDADD = \
-  $(top_builddir)/src/util/libgnunetutil.la \
-  -ljansson \
-  $(GN_LIBINTL)
+       $(top_builddir)/src/util/libgnunetutil.la \
+       -ljansson \
+       $(GN_LIBINTL)
 
 gnunet_auction_info_SOURCES = \
- gnunet-auction-info.c
+       gnunet-auction-info.c
 gnunet_auction_info_LDADD = \
-  $(top_builddir)/src/util/libgnunetutil.la \
-  -ljansson \
-  $(GN_LIBINTL)
+       $(top_builddir)/src/util/libgnunetutil.la \
+       -ljansson \
+       $(GN_LIBINTL)
 
 gnunet_auction_join_SOURCES = \
- gnunet-auction-join.c
+       gnunet-auction-join.c
 gnunet_auction_join_LDADD = \
-  $(top_builddir)/src/util/libgnunetutil.la \
-  -ljansson \
-  $(GN_LIBINTL)
+       $(top_builddir)/src/util/libgnunetutil.la \
+       -ljansson \
+       $(GN_LIBINTL)
 
 
 check_PROGRAMS = \
- test_auction_api
+       test_auction_api
 
 test_auction_api_SOURCES = \
- test_auction_api.c
+       test_auction_api.c
 test_auction_api_LDADD = \
-  $(top_builddir)/src/util/libgnunetutil.la
+       $(top_builddir)/src/util/libgnunetutil.la
 
 
 check_SCRIPTS = \
- test_auction_create.sh
+       test_auction_create.sh
 
 if ENABLE_TEST_RUN
-AM_TESTS_ENVIRONMENT=export 
GNUNET_PREFIX=$${GNUNET_PREFIX:address@hidden@};export 
PATH=$${GNUNET_PREFIX:address@hidden@}/bin:$$PATH;unset XDG_DATA_HOME;unset 
XDG_CONFIG_HOME;
-TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
+       AM_TESTS_ENVIRONMENT=export 
GNUNET_PREFIX=$${GNUNET_PREFIX:address@hidden@};export 
PATH=$${GNUNET_PREFIX:address@hidden@}/bin:$$PATH;unset XDG_DATA_HOME;unset 
XDG_CONFIG_HOME;
+       TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
 endif

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]