diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-04 11:27:26 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-04 11:27:26 +0100 |
commit | 236b5295bf3e497153a5cae9708c3d0249f2daf6 (patch) | |
tree | 06d498a2c92aa250e12f663e54fe07712ca4a960 /src | |
parent | c9cc61940b41b1abb763a1932adfc3461372c10b (diff) | |
download | libguestfs-236b5295bf3e497153a5cae9708c3d0249f2daf6.tar.gz libguestfs-236b5295bf3e497153a5cae9708c3d0249f2daf6.tar.xz libguestfs-236b5295bf3e497153a5cae9708c3d0249f2daf6.zip |
Mostly working spec file.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 68cabba7..7fa17e08 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,12 +15,17 @@ # 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 + +lib_LTLIBRARIES = libguestfs.la + +libguestfs_la_LDFLAGS = -version-info 0:0:0 libguestfs_la_SOURCES = \ guestfs.c \ guestfs.h \ |