aboutsummaryrefslogtreecommitdiff
path: root/src/env
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-13 13:54:57 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-13 13:54:57 +0000
commitd94c5185fcdf47c6a57d3233b946fa7e621f7ad9 (patch)
tree1ded577285183d6457bde8787b9bccaa01f12143 /src/env
parente184df6030ab5c5374fe3b8a94482ff5a30c1580 (diff)
downloadgnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.tar.gz
gnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.zip
fixing parallel build, getting rid of useless _DEPENDENCIES declarations
Diffstat (limited to 'src/env')
-rw-r--r--src/env/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/env/Makefile.am b/src/env/Makefile.am
index 3a4c46cc9..68d46d4cf 100644
--- a/src/env/Makefile.am
+++ b/src/env/Makefile.am
@@ -23,8 +23,6 @@ libgnunetenv_la_LIBADD = \
23libgnunetenv_la_LDFLAGS = \ 23libgnunetenv_la_LDFLAGS = \
24 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 24 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
25 -version-info 0:0:0 25 -version-info 0:0:0
26libgnunetenv_la_DEPENDENCIES = \
27 $(top_builddir)/src/util/libgnunetutil.la
28 26
29if HAVE_TESTING 27if HAVE_TESTING
30check_PROGRAMS = \ 28check_PROGRAMS = \
@@ -42,7 +40,3 @@ test_env_LDADD = \
42 libgnunetenv.la \ 40 libgnunetenv.la \
43 $(top_builddir)/src/testing/libgnunettesting.la \ 41 $(top_builddir)/src/testing/libgnunettesting.la \
44 $(top_builddir)/src/util/libgnunetutil.la 42 $(top_builddir)/src/util/libgnunetutil.la
45test_env_DEPENDENCIES = \
46 libgnunetenv.la \
47 $(top_builddir)/src/testing/libgnunettesting.la \
48 $(top_builddir)/src/util/libgnunetutil.la