X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=87812741523551bd5f90e14a1555c1457907977f;hb=528cd8f64176ca50f5b82db5682b0ee31833b162;hp=d8a7f55c99a540a522c0eac31d7bf51bcdf898e1;hpb=f08fe63761d4186d49212b1d2382b1a5a2b8a62f;p=libguestfs.git diff --git a/src/Makefile.am b/src/Makefile.am index d8a7f55..8781274 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,8 +19,7 @@ include $(top_srcdir)/subdir-rules.mk generator_built = \ guestfs_protocol.x \ - guestfs-structs.h \ - guestfs-actions.h \ + guestfs.h guestfs-internal-actions.h \ actions.c \ bindtests.c \ @@ -47,7 +46,7 @@ EXTRA_DIST = \ api-support/README \ api-support/update-from-tarballs.sh -include_HEADERS = guestfs.h guestfs-actions.h guestfs-structs.h +include_HEADERS = guestfs.h lib_LTLIBRARIES = libguestfs.la @@ -120,9 +119,7 @@ libguestfs_la_LDFLAGS += $(VERSION_SCRIPT_FLAGS)libguestfs.syms libguestfs_la_SOURCES = \ guestfs.c \ guestfs.h \ - guestfs-actions.h \ guestfs-internal.h \ - guestfs-structs.h \ guestfs_protocol.h \ gettext.h \ actions.c \ @@ -168,7 +165,7 @@ guestfs_protocol.h: guestfs_protocol.x endif # Manual page. -# guestfs-actions.pod, guestfs-availability.pod and guestfs-structs +# guestfs-actions.pod, guestfs-availability.pod and guestfs-structs.pod # are autogenerated. There is no include mechanism for POD, so we # have to do it by hand.