X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=a19a157096022cd99a6266a94225fe908e5d595d;hb=e18058a5a56236cbac23f10dc8a91420a3525562;hp=af075d7c779ee25fd273f7a3f7770366b3940e8f;hpb=025dba7f803419f510fd8f085ce693838af82878;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index af075d7..a19a157 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 @@ -42,10 +42,10 @@ noinst_LIBRARIES = libprotocol.a libprotocol_a_SOURCES = guestfs_protocol.c guestfs_protocol.h libprotocol_a_CFLAGS = -Wall -Wno-unused -fno-strict-aliasing -guestfs_protocol.c: $(srcdir)/guestfs_protocol.c +guestfs_protocol.c: $(libsrcdir)/guestfs_protocol.c rm -f $@ ln $< $@ -guestfs_protocol.h: $(srcdir)/guestfs_protocol.h +guestfs_protocol.h: $(libsrcdir)/guestfs_protocol.h rm -f $@ ln $< $@ $(libsrcdir)/guestfs_protocol.c: force @@ -95,6 +95,7 @@ guestfsd_SOURCES = \ cmp.c \ command.c \ compress.c \ + copy.c \ cpmv.c \ daemon.h \ dd.c \ @@ -128,6 +129,7 @@ guestfsd_SOURCES = \ luks.c \ lvm.c \ lvm-filter.c \ + md.c \ mkfs.c \ mknod.c \ modprobe.c \ @@ -164,7 +166,7 @@ guestfsd_LDADD = \ liberrnostring.a \ libprotocol.a \ $(SELINUX_LIB) \ - $(AUGEAS_LIB) \ + $(AUGEAS_LIBS) \ $(top_builddir)/gnulib/lib/.libs/libgnu.a \ $(GETADDRINFO_LIB) \ $(HOSTENT_LIB) \ @@ -174,7 +176,7 @@ guestfsd_LDADD = \ $(LIBINTL) \ $(SERVENT_LIB) -guestfsd_CPPFLAGS = -I$(top_srcdir)/gnulib/lib -guestfsd_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) +guestfsd_CPPFLAGS = -I$(top_srcdir)/gnulib/lib -I$(top_builddir)/gnulib/lib +guestfsd_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) $(AUGEAS_CFLAGS) .PHONY: force