updates.
[crypto.git] / lib / silcmath / Makefile.am
index 436ad72d221e5788591da4ddca6888965b9c63e3..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
 
 libsilcmath_a_SOURCES = \
        silcprimegen.c \
-       modinv.c
+       modinv.c \
+       mpbin.c
 
 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
+