From: Tollef Fog Heen Date: Thu, 17 Jul 2008 18:19:33 +0000 (+0200) Subject: Drop empty, now-removed file from list of sources in Makefile.am X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91b8c31a281101b989c018db1a4a897563357590;p=backuppcd Drop empty, now-removed file from list of sources in Makefile.am --- diff --git a/Makefile.am b/Makefile.am index ce56d72..8b72750 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,8 +20,7 @@ backuppcd_LDADD = lib/libgnu.a backuppcd_client_SOURCES = backuppcd-client.c \ libbackuppcd.c \ net.c \ - backuppcd-common.c \ - libbackuppc.c + backuppcd-common.c backuppcd_tar_SOURCES = backuppcd-tar.c \ net.c \