updates.
[crypto.git] / lib / silcmath / Makefile.am
index 2aa9ec48bef8b117bf5730ed66be5f07be3cedd3..711bf79ae08251cee4b53dc14df8039c62419432 100644 (file)
 
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 
-SUBDIRS = gmp-3.0.1
+if SILC_BUILD_GMP
+SUBDIRS = gmp
+else
+SUBDIRS =
+endif
 
 noinst_LIBRARIES = libsilcmath.a
 
@@ -29,6 +33,5 @@ libsilcmath_a_SOURCES = \
 
 EXTRA_DIST = *.h
 
-INCLUDES = -I. -I.. -I../silccrypt -I../silccore -I../silcske \
-       -I../silcsim -I../.. -I../../includes \
-       -I./gmp-3.0.1
+include $(top_srcdir)/Makefile.defines
+