gobject: No need to remove old API files.

In commit 3d84ca76fe we changed the
generator so it now automatically removes old API files.
This commit is contained in:
Richard W.M. Jones
2012-09-25 14:26:38 +01:00
parent 7fc838cca3
commit a8056050c0

View File

@@ -41,17 +41,6 @@ EXTRA_DIST = \
CLEANFILES = \
guestfs-gobject*.c *.o *.lo
# Remove old test0 API files.
CLEANFILES += \
src/optargs-add_drive_opts.c \
include/guestfs-gobject/optargs-add_drive_opts.h \
src/optargs-mkfs_opts.c \
include/guestfs-gobject/optargs-mkfs_opts.h \
src/optargs-ntfsresize_opts.c \
include/guestfs-gobject/optargs-ntfsresize_opts.h \
src/optargs-test0.c \
include/guestfs-gobject/optargs-test0.h
libname = libguestfs-gobject-1.0.la
lib_LTLIBRARIES = $(libname)