X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=6e38da1987992da6d4d2a6e33353bf76c974ae1d;hb=270a2b5ebb6a5f01eb3f8cd2b591cd68d3b6096f;hp=2fe6573b21f98a5ac5431017c40bfc973d5a6f8e;hpb=60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 2fe6573..6e38da1 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. include $(top_srcdir)/subdir-rules.mk @@ -33,8 +33,7 @@ BUILT_SOURCES = \ errnostring.c \ errnostring.h -EXTRA_DIST = $(BUILT_SOURCES) \ - .gitignore +EXTRA_DIST = $(BUILT_SOURCES) noinst_LIBRARIES = libprotocol.a @@ -95,6 +94,8 @@ guestfsd_SOURCES = \ checksum.c \ cmp.c \ command.c \ + compress.c \ + copy.c \ cpmv.c \ daemon.h \ dd.c \ @@ -174,7 +175,7 @@ guestfsd_LDADD = \ $(LIBINTL) \ $(SERVENT_LIB) -guestfsd_CPPFLAGS = -I$(top_srcdir)/gnulib/lib +guestfsd_CPPFLAGS = -I$(top_srcdir)/gnulib/lib -I$(top_builddir)/gnulib/lib guestfsd_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) .PHONY: force