X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpsyc%2FMakefile.am;h=a16128624ba481006c4c25ece53fd4a30ea49c89;hb=ef31cd0ef00169f4fe0df361c54c817d89de4f75;hp=212c383ac96bb5bc2938fe3abcb7d86d213e9ef5;hpb=093f0291be26fa3dfc6fc98a536028ef99517832;p=oweals%2Fgnunet.git diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am index 212c383ac..a16128624 100644 --- a/src/psyc/Makefile.am +++ b/src/psyc/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ @@ -20,18 +21,14 @@ endif lib_LTLIBRARIES = libgnunetpsyc.la libgnunetpsyc_la_SOURCES = \ - psyc_api.c psyc.h \ - psyc_common.c + psyc_api.c psyc.h libgnunetpsyc_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/env/libgnunetenv.la \ + $(top_builddir)/src/psycutil/libgnunetpsycutil.la \ $(GN_LIBINTL) $(XLIB) libgnunetpsyc_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ -version-info 0:0:0 -libgnunetpsyc_la_DEPENDENCIES = \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/env/libgnunetenv.la bin_PROGRAMS = @@ -39,19 +36,14 @@ libexec_PROGRAMS = \ gnunet-service-psyc gnunet_service_psyc_SOURCES = \ - gnunet-service-psyc.c \ - psyc_common.c + gnunet-service-psyc.c gnunet_service_psyc_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/multicast/libgnunetmulticast.la \ $(top_builddir)/src/psycstore/libgnunetpsycstore.la \ + $(top_builddir)/src/psycutil/libgnunetpsycutil.la \ $(GN_LIBINTL) -gnunet_service_psyc_DEPENDENCIES = \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/statistics/libgnunetstatistics.la \ - $(top_builddir)/src/multicast/libgnunetmulticast.la \ - $(top_builddir)/src/psycstore/libgnunetpsycstore.la gnunet_service_psyc_CFLAGS = $(AM_CFLAGS) @@ -61,7 +53,7 @@ check_PROGRAMS = \ endif if ENABLE_TEST_RUN -AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; +AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; TESTS = $(check_PROGRAMS) endif @@ -69,13 +61,8 @@ test_psyc_SOURCES = \ test_psyc.c test_psyc_LDADD = \ libgnunetpsyc.la \ + $(top_builddir)/src/psycutil/libgnunetpsycutil.la \ $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/env/libgnunetenv.la \ - $(top_builddir)/src/util/libgnunetutil.la -test_psyc_DEPENDENCIES = \ - libgnunetpsyc.la \ - $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/env/libgnunetenv.la \ $(top_builddir)/src/util/libgnunetutil.la EXTRA_DIST = \