Code

Make dist fixes for src/ directory.
authorTed Gould <ted@gould.cx>
Wed, 24 Mar 2010 20:15:07 +0000 (15:15 -0500)
committerTed Gould <ted@gould.cx>
Wed, 24 Mar 2010 20:15:07 +0000 (15:15 -0500)
src/Makefile.am
src/Makefile_insert

index b392ef0d216813459e26e6febaa630bc08c02c09..74bfa01d6c98cb8f09b3798efbf2e56e629bbc73 100644 (file)
@@ -141,7 +141,7 @@ include 2geom/Makefile_insert
 EXTRA_DIST =   \
        $(top_srcdir)/Doxyfile  \
        sp-skeleton.cpp sp-skeleton.h   \
-       algorithms/makefile.in  \
+       util/makefile.in        \
        application/makefile.in \
        bind/makefile.in        \
        debug/makefile.in       \
index 89c1b17b0368d6d4e52d8b2bc7497ffd90fe4652..8bf8c16be20761329c53a579c83fb4dd2192fd50 100644 (file)
@@ -1,8 +1,8 @@
 ## Makefile.am fragment, included by src/Makefile.am.
 
 ink_common_sources +=  \
-       algorithms/find-last-if.h                                       \
-       algorithms/longest-common-suffix.h                              \
+       util/find-last-if.h                                     \
+       util/longest-common-suffix.h                            \
        approx-equal.h remove-last.h                                    \
        arc-context.cpp arc-context.h                                   \
        attributes.cpp attributes.h                                     \