summary history branches tags files
commit:dba01bc5924d3d6b09531463429a2d31ce3216e2
author:mrmekon
committer:mrmekon
date:Fri Nov 11 18:54:41 2011 -0500
parents:97c504e0bfea3416be6264f7930a5183d8514244
Mods to configure so it installs to the right directory
diff --git a/configure.ac b/configure.ac
line changes: +1/-1
index 2cce3b9..90f5e8a
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.68])
-AC_INIT([libsimplepgp], [1.0], [trevor@trevorbentley.com])
 
+AC_INIT([simplepgp], [1.0], [trevor@trevorbentley.com])
 AC_COPYRIGHT(Trevor Bentley 2011)
 
 AC_CONFIG_SRCDIR([src/packet.c])