[glib] typo fix: Dist the data for the test cases



commit 5e044a943c96967841c3c341ac5975c36064d640
Author: Ryan Lortie <desrt desrt ca>
Date:   Fri Aug 6 13:11:20 2010 -0400

    typo fix: Dist the data for the test cases
    
    change 'dist_hook:' to 'dist-hook:'

 glib/tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/tests/Makefile.am b/glib/tests/Makefile.am
index ab3cb25..bd200dc 100644
--- a/glib/tests/Makefile.am
+++ b/glib/tests/Makefile.am
@@ -164,7 +164,7 @@ EXTRA_DIST += \
 	keyfiletest.ini		\
 	bookmarks.xbel
 
-dist_hook:
+dist-hook:
 	mkdir $(distdir)/markups;		\
 	for f in $(srcdir)/markups/*; do 	\
 	  cp $$f $(distdir)/markups; done



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