typo fix: Dist the data for the test cases
authorRyan Lortie <desrt@desrt.ca>
Fri, 6 Aug 2010 17:11:20 +0000 (13:11 -0400)
committerRyan Lortie <desrt@desrt.ca>
Fri, 6 Aug 2010 17:11:20 +0000 (13:11 -0400)
change 'dist_hook:' to 'dist-hook:'

glib/tests/Makefile.am

index ab3cb25..bd200dc 100644 (file)
@@ -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