X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=b41e91a3d81102529b6cb6133af5445638739feb;hb=8dfae186196e6cd740c1db0e0be2b5ac94b87993;hp=9868b422384f175dc57a8daa33c47c0531d70f9d;hpb=ef499de8946cf4b8120ef7917b2e5d7f9115041f;p=libguestfs.git diff --git a/src/Makefile.am b/src/Makefile.am index 9868b42..b41e91a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,7 +32,8 @@ libguestfs_la_SOURCES = \ guestfs_protocol.c \ guestfs_protocol.h \ guestfs-actions.h \ - guestfs-actions.c + guestfs-actions.c \ + gettext.h libguestfs_la_CFLAGS = -Wall -DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"' @@ -47,5 +48,3 @@ guestfs_protocol.h: guestfs_protocol.x $(RPCGEN) -h -o $@-t $< mv $@-t $@ endif - -CLEANFILES = *~