summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index d8f8beca..00000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl
-
-lib_LTLIBRARIES = libgcrypt.la
-
-libgcrypt_la_LDFLAGS = -version-info 0:0:0
-libgcrypt_la_SOURCES = gcrypt.h \
- g10lib.h \
- misc.c \
- global.c \
- mpiapi.c \
- symapi.c \
- mdapi.c \
- pkapi.c
-
-
-
-