-simplifying core API (#2400)
[oweals/gnunet.git] / src / chat / Makefile.am
index 39a2df2a10b54c462ff96c238c920c7d0c421afd..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 \