X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2FMakefile.am;h=79ec1d036b6b45d926938666052d3f0fa2c1dd7f;hp=d8a7f55c99a540a522c0eac31d7bf51bcdf898e1;hb=e0afd9a3e4bbd073f36a4287744b4c5fe148413f;hpb=f08fe63761d4186d49212b1d2382b1a5a2b8a62f diff --git a/src/Makefile.am b/src/Makefile.am index d8a7f55..79ec1d0 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.