From: Guus Sliepen Date: Sun, 8 Oct 2017 15:32:02 +0000 (+0200) Subject: Ensure make distcheck runs without errors. X-Git-Url: http://git.meshlink.io/?p=catta;a=commitdiff_plain;h=08ac450b42b7533e97c02c02bbbef8946b9582fb Ensure make distcheck runs without errors. --- diff --git a/Makefile.am b/Makefile.am index 5fb5392..a991914 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,6 @@ EXTRA_DIST = \ doxygen_to_devhelp.xsl SUBDIRS = \ - m4 \ src \ include \ tests \ diff --git a/configure.ac b/configure.ac index d104593..07eb249 100644 --- a/configure.ac +++ b/configure.ac @@ -346,7 +346,6 @@ src/Makefile include/Makefile tests/Makefile examples/Makefile -m4/Makefile ]) AC_OUTPUT diff --git a/m4/Makefile.am b/m4/Makefile.am deleted file mode 100644 index e853e4b..0000000 --- a/m4/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -# This file is part of catta. -# -# catta is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. -# -# catta is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public -# License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with catta; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. - -EXTRA_DIST = \ - doxygen.m4 \ - doxygen.mk \ - python.m4 diff --git a/src/Makefile.am b/src/Makefile.am index 9471992..b5cb26b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,7 +53,7 @@ libcatta_la_SOURCES = \ browse-service.c \ resolve-service.c \ dns.c dns.h \ - rr.c rr.h rr-util.h \ + rr.c rr-util.h \ log.c \ browse-dns-server.c \ fdutil.h fdutil.c \