aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/Makefile.am
diff options
context:
space:
mode:
authorKarl-Heinz Zimmer <[email protected]>2001-11-21 09:42:08 +0000
committerKarl-Heinz Zimmer <[email protected]>2001-11-21 09:42:08 +0000
commit18432f56be1e3cc0cf9472bdd8dc94fcf81fe24c (patch)
treeb823dcad49c9a88c3597b75f461da047441d2dc1 /gpgmeplug/Makefile.am
parentAdded gpgmeplug/ for experiments (diff)
downloadgpgme-18432f56be1e3cc0cf9472bdd8dc94fcf81fe24c.tar.gz
gpgme-18432f56be1e3cc0cf9472bdd8dc94fcf81fe24c.zip
GPGME Plug-In initial checkin. Saving/restoring of configuration is working.
Diffstat (limited to '')
-rw-r--r--gpgmeplug/Makefile.am40
1 files changed, 40 insertions, 0 deletions
diff --git a/gpgmeplug/Makefile.am b/gpgmeplug/Makefile.am
new file mode 100644
index 00000000..5db16cb6
--- /dev/null
+++ b/gpgmeplug/Makefile.am
@@ -0,0 +1,40 @@
+# $Id$
+#
+# Makefile.am - Automake specification file for GPGMEPLUG.
+# GPGMEPLUG is a GPGME based cryptography plug-in
+# following the common CRYPTPLUG specification.
+#
+# Copyright (C) 2001 by Klar?lvdalens Datakonsult AB
+#
+# GPGMEPLUG is free software; you can redistribute it and/or modify
+# it under the terms of GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# GPGMEPLUG is distributed in the hope that it will be useful,
+# it under the terms of GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+#
+## Process this file with automake to produce Makefile.in
+
+
+INCLUDES = -I.. -I../gpgme -I$(top_srcdir)/include
+
+LDADD = ../gpgme/libgpgme.la
+
+BUILT_SOURCES =
+
+noinst_LIBRARIES = libgpgmeplug.a
+
+
+#libgpgmeplug_a_LDFLAGS =
+libgpgmeplug_a_SOURCES = gpgme.h \
+ cryptplug.h \
+ gpgmeplug.c
+