updates.
[crypto.git] / lib / silcmath / Makefile.am
index 91be08de53f680ed2efdfb799afe3c2f9d3257a2..711bf79ae08251cee4b53dc14df8039c62419432 100644 (file)
 
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 
+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../silcutil -I../../includes \
-       -I./gmp -I../trq
+include $(top_srcdir)/Makefile.defines
+