* Makefile.am (mcserv_SOURCES): Remove $(top_srcdir)/src/mad.c,

it breaks "make distcheck".
This commit is contained in:
Pavel Roskin 2002-05-22 17:26:56 +00:00
parent a60f38583a
commit 272cf8fd96
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2002-05-22 Pavel Roskin <proski@gnu.org>
* Makefile.am (mcserv_SOURCES): Remove $(top_srcdir)/src/mad.c,
it breaks "make distcheck".
* Makefile.am: Set samba_libsamba_a_SOURCES to an empty value
to override the default.

View File

@ -100,7 +100,7 @@ noinst_PROGRAMS = mcserv
endif
endif
mcserv_SOURCES = mcserv.c tcputil.c $(top_srcdir)/src/mad.c
mcserv_SOURCES = mcserv.c tcputil.c
mcserv_LDFLAGS = $(SHADOWLIB) $(TERMNET) $(PAMLIBS) $(LCRYPT)