Blob Blame History Raw
diff --git a/configure.ac b/configure.ac
index 1809589..40fce95 100755
--- a/configure.ac
+++ b/configure.ac
@@ -289,7 +289,6 @@ AC_OUTPUT(Makefile \
 	src/modules/io/io_grid/Makefile \
 	src/modules/io/io_grid_image/Makefile \
 	src/modules/io/io_shapes/Makefile \
-	src/modules/io/io_shapes_dxf/Makefile \
 	src/modules/io/io_shapes_las/Makefile \
 	src/modules/io/io_table/Makefile \
 	src/modules/io/io_virtual/Makefile \
diff --git a/src/modules/io/Makefile.am b/src/modules/io/Makefile.am
index 6ad425f..d0ce85f 100755
--- a/src/modules/io/Makefile.am
+++ b/src/modules/io/Makefile.am
@@ -1,5 +1,5 @@
 if WITH_GUI
-SUBDIRS = io_esri_e00 io_gdal io_gps io_grid io_grid_image io_shapes io_shapes_dxf io_shapes_las io_table io_virtual
+SUBDIRS = io_esri_e00 io_gdal io_gps io_grid io_grid_image io_shapes io_shapes_las io_table io_virtual
 else
-SUBDIRS = io_esri_e00 io_gdal io_gps io_grid io_shapes io_shapes_dxf io_shapes_las io_table io_virtual
+SUBDIRS = io_esri_e00 io_gdal io_gps io_grid io_shapes io_shapes_las io_table io_virtual
 endif