X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2FMakefile.am;h=b41e91a3d81102529b6cb6133af5445638739feb;hp=9e3fdf8c44c99d37126959e9c1c0f7e3c140cedc;hb=d70248333edf8a5b5f509609cf2c8f7fd77d5e05;hpb=632d452727d32905627037e295aca38ce0b38f57 diff --git a/src/Makefile.am b/src/Makefile.am index 9e3fdf8..b41e91a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,11 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# NB. guestfs-actions.c is #include'd into guestfs.c, so it should not -# be listed as a source file. -EXTRA_DIST = guestfs-actions.c - -EXTRA_DIST += guestfs_protocol.x \ +EXTRA_DIST = guestfs_protocol.x \ guestfs_protocol.c \ guestfs_protocol.h @@ -35,7 +31,9 @@ libguestfs_la_SOURCES = \ guestfs.h \ guestfs_protocol.c \ guestfs_protocol.h \ - guestfs-actions.h + guestfs-actions.h \ + guestfs-actions.c \ + gettext.h libguestfs_la_CFLAGS = -Wall -DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"' @@ -50,5 +48,3 @@ guestfs_protocol.h: guestfs_protocol.x $(RPCGEN) -h -o $@-t $< mv $@-t $@ endif - -CLEANFILES = *~