aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-30 15:01:13 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-30 15:01:13 +0000
commit391cab6592e846c432644a55678b5b805cd39b7a (patch)
tree4401c56cf3be9ef878d4a1b1be94bc3dd38915fe /src/conversation/Makefile.am
parent6c6712da43676096c5da390b0d100887da309907 (diff)
downloadgnunet-391cab6592e846c432644a55678b5b805cd39b7a.tar.gz
gnunet-391cab6592e846c432644a55678b5b805cd39b7a.zip
-getting rid of some warnings
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 \