aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/Makefile.am')
-rw-r--r--src/conversation/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index e6469c00a..836a61fb4 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -2,13 +2,11 @@ SUBDIRS = .
2 2
3plugindir = $(libdir)/gnunet 3plugindir = $(libdir)/gnunet
4 4
5INCLUDES = \ 5AM_CPPFLAGS = \
6 $(GNUNET_CPPFLAGS) \
6 -I$(top_srcdir)/src/include \ 7 -I$(top_srcdir)/src/include \
7 -I$(top_srcdir) 8 -I$(top_srcdir)
8 9
9AM_CPPFLAGS = \
10 $(GNUNET_CPPFLAGS)
11
12lib_LTLIBRARIES = \ 10lib_LTLIBRARIES = \
13 libgnunetmicrophone.la \ 11 libgnunetmicrophone.la \
14 libgnunetspeaker.la \ 12 libgnunetspeaker.la \