X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2FMakefile.am;h=c310c9c4e8873762c86538a69b7bd34c8fc08e2d;hp=68cabba7fc63130719d67092dd4a3d5c3862be7e;hb=e02066bcb33a2aed5f23dd18c3168dc66efddb18;hpb=40ca9a57829f2e82362e391d7d998bf33c8bd671 diff --git a/src/Makefile.am b/src/Makefile.am index 68cabba..c310c9c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,22 +15,30 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -lib_LTLIBRARIES = libguestfs.la +EXTRA_DIST = guestfs_protocol.x \ + guestfs_protocol.c \ + guestfs_protocol.h + +EXTRA_DIST += generator.ml -# 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 +include_HEADERS = guestfs.h guestfs-actions.h guestfs-structs.h + +lib_LTLIBRARIES = libguestfs.la +libguestfs_la_LDFLAGS = -version-info 0:0:0 libguestfs_la_SOURCES = \ guestfs.c \ guestfs.h \ guestfs_protocol.c \ guestfs_protocol.h \ - guestfs-actions.h + guestfs-actions.h \ + guestfs-actions.c \ + guestfs-bindtests.c \ + gettext.h -libguestfs_la_CFLAGS = -Wall +libguestfs_la_CFLAGS = -Wall -DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"' -if RPCGEN +if HAVE_RPCGEN guestfs_protocol.c: guestfs_protocol.x rm -f $@-t $(RPCGEN) -c -o $@-t $< @@ -40,4 +48,4 @@ guestfs_protocol.h: guestfs_protocol.x rm -f $@-t $(RPCGEN) -h -o $@-t $< mv $@-t $@ -endif \ No newline at end of file +endif