summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjin-eld <jin at mediatomb dot cc>2013-08-26 23:21:45 +0300
committerjin-eld <jin at mediatomb dot cc>2013-08-26 23:29:47 +0300
commitf792b1be1f05caa78f5d1cb89e7860751f698910 (patch)
treea83c5884d5168bb55c5663dee13b24227abad556 /Makefile.am
parentc30187fcf9384a6568d0ed3dec9fbd01427b245b (diff)
Tune automake options to avoid problems with newer versions
Automake >1.14 complains if makefiles are used in subdirs but the subdir-objects option is not set.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7824ecb0..119b8786 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
1SUBDIRS = build 1SUBDIRS = build
2 2
3ACLOCAL_AMFLAGS = -I m4 3ACLOCAL_AMFLAGS = -I m4
4AUTOMAKE_OPTIONS = subdir-objects
4 5
5pkgconfigdir = $(libdir)/pkgconfig 6pkgconfigdir = $(libdir)/pkgconfig
6pkgconfig_DATA = $(top_builddir)/libtoxcore.pc 7pkgconfig_DATA = $(top_builddir)/libtoxcore.pc