gnome-keyring r1489 - in trunk: . pkcs11/gck



Author: tkaroonb
Date: Sat Jan 31 09:02:30 2009
New Revision: 1489
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1489&view=rev

Log:
2009-01-31  Theppitak Karoonboonyanan  <thep linux thai net>

        * pkcs11/gck/Makefile.am: Fix rules to allow non-source-dir builds.
        Fixes bug #569938



Modified:
   trunk/ChangeLog
   trunk/pkcs11/gck/Makefile.am

Modified: trunk/pkcs11/gck/Makefile.am
==============================================================================
--- trunk/pkcs11/gck/Makefile.am	(original)
+++ trunk/pkcs11/gck/Makefile.am	Sat Jan 31 09:02:30 2009
@@ -63,10 +63,10 @@
 	$(GLIB_GENMARSHAL) $< --body --prefix=gck_marshal >> $@
 
 asn1-def-pk.h: pk.asn
-	asn1Parser -o asn1-def-pk.h pk.asn 
+	asn1Parser -o asn1-def-pk.h $<
 	
 asn1-def-pkix.h: pkix.asn
-	asn1Parser -o asn1-def-pkix.h pkix.asn 
+	asn1Parser -o asn1-def-pkix.h $<
 
 EXTRA_DIST = \
 	gck-marshal.list \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]