summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 8741687..56427aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,11 +1,11 @@
-DIST_SUBDIRS = x86 ppc sparc arm arm64 s390x amd64 ia64 mips
+AUTOMAKE_OPTIONS = foreign
+SUBDIRS = src tests
+EXTRA_DIST=COPYRIGHT ffts.pc.in build_iphone.sh build_android.sh
+ACLOCAL_AMFLAGS = -Im4
-AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = ffts.pc
-if ARM
-# arm needs to build some stuff even in JIT mode
-SUBDIRS = $(arch_target)
+if ENABLE_JNI
+SUBDIRS += java
endif
-
-EXTRA_DIST = ChangeLog
-
OpenPOWER on IntegriCloud