diff options
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 9ce991ba..858ffa53 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -1,10 +1,5 @@ -if HAVE_LIBSLAB_DEPS REAL_LIBSLAB_CFLAGS = -I$(top_srcdir)/libslab REAL_LIBSLAB_LIBS = $(top_builddir)/libslab/libslab.la -else -REAL_LIBSLAB_CFLAGS = $(EXTERNAL_LIBSLAB_CFLAGS) -REAL_LIBSLAB_LIBS = $(EXTERNAL_LIBSLAB_LIBS) -endif INCLUDES = \ -I$(top_srcdir) \ |