X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=566fa410b62efb456c5140e166c0f7ca71364a57;hb=8e570870f577ff0c3db074f88924633b559af5d4;hp=68cabba7fc63130719d67092dd4a3d5c3862be7e;hpb=40ca9a57829f2e82362e391d7d998bf33c8bd671;p=libguestfs.git diff --git a/src/Makefile.am b/src/Makefile.am index 68cabba..566fa41 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,12 +15,19 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -lib_LTLIBRARIES = libguestfs.la - # 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 \ + guestfs_protocol.c \ + guestfs_protocol.h + +include_HEADERS = guestfs.h guestfs-actions.h + +lib_LTLIBRARIES = libguestfs.la + +libguestfs_la_LDFLAGS = -version-info 0:0:0 libguestfs_la_SOURCES = \ guestfs.c \ guestfs.h \ @@ -28,7 +35,7 @@ libguestfs_la_SOURCES = \ guestfs_protocol.h \ guestfs-actions.h -libguestfs_la_CFLAGS = -Wall +libguestfs_la_CFLAGS = -Wall -DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"' if RPCGEN guestfs_protocol.c: guestfs_protocol.x