diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index c7f7cbe..9c61c0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -SUBDIRS = gl lib/gl lib po src doc gltests lib/gltests tests examples \ +SUBDIRS = gl lib/gl lib po doc gltests lib/gltests tests examples \ java csharp EXTRA_DIST = cfg.mk maint.mk .clcopying diff --git a/Makefile.in b/Makefile.in index e957bd0..e07aae4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -561,7 +561,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = gl lib/gl lib po src doc gltests lib/gltests tests examples \ +SUBDIRS = gl lib/gl lib po doc gltests lib/gltests tests examples \ java csharp diff --git a/configure.ac b/configure.ac index 49476ac..4987c61 100644 --- a/configure.ac +++ b/configure.ac @@ -171,7 +171,6 @@ AC_CONFIG_FILES([ lib/gl/Makefile lib/gltests/Makefile po/Makefile.in - src/Makefile tests/Makefile ]) AC_OUTPUT |