-simplifying core API (#2400)
[oweals/gnunet.git] / src / chat / Makefile.am
index f10796c23b1b0aa323cda446f5c648f5245a7c95..21328368487ef50c369b893f66f962b33a52192d 100644 (file)
@@ -1,5 +1,10 @@
 INCLUDES = -I$(top_srcdir)/src/include
 
+pkgcfgdir= $(pkgdatadir)/config.d/
+
+pkgcfg_DATA = \
+  chat.conf
+
 if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
 endif
@@ -37,6 +42,8 @@ gnunet_chat_LDADD = \
   $(top_builddir)/src/chat/libgnunetchat.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_chat_DEPENDENCIES = \
+  libgnunetchat.la
 
 check_PROGRAMS = \
  test_chat \
@@ -50,7 +57,7 @@ check_PROGRAMS = \
  test_chat_private \
  test_chat_private_p2p
 
-if !DISABLE_TEST_RUN
+if ENABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)
 endif