chiark / gitweb /
Mention client-stub.[ch] in makefile..
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 5 Jun 2010 12:39:50 +0000 (13:39 +0100)
committerRichard Kettlewell <rjk@terraraq.org.uk>
Sat, 6 Aug 2011 17:19:07 +0000 (18:19 +0100)
lib/Makefile.am

index eea622032829866a1af95a9ed135fd8d5d140d74..c8ac6a944caf28505e9d927d5c9b0f85b2d76ed2 100644 (file)
@@ -1,17 +1,17 @@
 #
 # This file is part of DisOrder.
-# Copyright (C) 2004-2009 Richard Kettlewell
+# Copyright (C) 2004-2010 Richard Kettlewell
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
-# 
+#
 # This program 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 General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
@@ -35,7 +35,7 @@ libdisorder_a_SOURCES=charset.c charsetf.c charset.h  \
        byte-order.h                                    \
        cache.c cache.h                                 \
        cgi.c cgi.h                                     \
-       client.c client.h                               \
+       client.c client.h client-stubs.h                \
        client-common.c client-common.h                 \
        configuration.c configuration.h                 \
        cookies.c cookies.h                             \
@@ -134,10 +134,12 @@ definitions.h: Makefile
 defs.o: definitions.h versionstring.h
 defs.lo: definitions.h versionstring.h
 
+client.o: client-stubs.c
+
 rebuild-unicode:
        cd ${srcdir} && ${top_srcdir}/scripts/make-unidata
 
 CLEANFILES=definitions.h definitions.h.new version-string versionstring.h \
           *.gcda *.gcov *.gcno *.c.html index.html
 
-EXTRA_DIST=trackdb.c trackdb-stub.c
+EXTRA_DIST=trackdb.c trackdb-stub.c client-stubs.c