]> git.meshlink.io Git - catta/commitdiff
Ensure make distcheck runs without errors. develop
authorGuus Sliepen <guus@meshlink.io>
Sun, 8 Oct 2017 15:32:02 +0000 (17:32 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 8 Oct 2017 15:32:02 +0000 (17:32 +0200)
Makefile.am
configure.ac
m4/Makefile.am [deleted file]
src/Makefile.am

index 5fb53928fcac33232f404421405f6a3e8c482be8..a9919147f622db7cefdbf92f0009064480ee0032 100644 (file)
@@ -39,7 +39,6 @@ EXTRA_DIST = \
        doxygen_to_devhelp.xsl
 
 SUBDIRS = \
-       m4 \
        src \
     include \
        tests \
index d10459334a480418368661aaf0df3f40c76f80dc..07eb2497511bac1c16e66ecf2a910b49d19c95a5 100644 (file)
@@ -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 (file)
index e853e4b..0000000
+++ /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
index 9471992c950abbc642d243357c38a947c3ba95a8..b5cb26b62969fe9ffe71501bc737acd283f0a6a5 100644 (file)
@@ -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 \