diff options
author | Wanlong Gao <gaowanlong@cn.fujitsu.com> | 2012-05-15 16:02:08 +0800 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-05-15 09:13:12 +0100 |
commit | e9f6ce249230f6c03a96f721b5cab1768dfe839c (patch) | |
tree | b3e8c112559a2e27e86ae264adb0edc6d1dc9cba /gobject | |
parent | 7fffaf204ef59d6a068baa6b6b94a32eb6172846 (diff) | |
download | libguestfs-e9f6ce249230f6c03a96f721b5cab1768dfe839c.tar.gz libguestfs-e9f6ce249230f6c03a96f721b5cab1768dfe839c.tar.xz libguestfs-e9f6ce249230f6c03a96f721b5cab1768dfe839c.zip |
gobject: remove old generated files further
also remove guestfs-gobject.c
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am index 4744cd24..be6d58e1 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -38,7 +38,7 @@ EXTRA_DIST = \ # Remove the old generated files which were directly in the gobject/ # directory. These have now moved into gobject/src/ CLEANFILES = \ - guestfs-gobject-*.c *.o *.lo + guestfs-gobject*.c *.o *.lo libname = libguestfs-gobject-1.0.la |