From b6213c4d172ed46f6684b6b81d0a66b2ca4ce1d8 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Mon, 26 Sep 2016 13:35:11 +0900 Subject: [PATCH] Remove src directory from config file list Change-Id: I03296363e7e2615a7b9b92c803e81921865dfed5 Signed-off-by: Seonah Moon --- Makefile.am | 2 +- Makefile.in | 2 +- 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 . -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 -- 2.34.1