diff --git a/Makefile.am b/Makefile.am index d80114e30..051f12dcc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -DIST_SUBDIRS = legacy - bin_PROGRAMS = osm2pgsql nodecachefilereader osm2pgsql_SOURCES = build_geometry.cpp input.c middle.h middle-ram.h output-gazetteer.h output-pgsql.c rb.c sanitizer.h text-tree.h build_geometry.h input.h middle-pgsql.c osm2pgsql.c output.h output-pgsql.h rb.h sprompt.c UTF8sanitizer.c expire-tiles.c keyvals.c middle-pgsql.h osmtypes.h output-null.c parse-o5m.c parse-o5m.h parse-primitive.c parse-primitive.h parse-xml2.c parse-xml2.h pgsql.c reprojection.c sprompt.h expire-tiles.h keyvals.h middle-ram.c output-gazetteer.c output-null.h pgsql.h reprojection.h text-tree.c node-ram-cache.c wildcmp.c node-ram-cache.h node-persistent-cache.c node-persistent-cache.h binarysearcharray.c binarysearcharray.h tagtransform.c diff --git a/configure.ac b/configure.ac index dd000ce16..d3d6988e9 100644 --- a/configure.ac +++ b/configure.ac @@ -128,7 +128,7 @@ then HAVE_LUA=yes fi dnl Generate Makefile -AC_OUTPUT(Makefile legacy/Makefile) +AC_OUTPUT(Makefile) if test "$BUILD_READER_PBF" != "yes" then