From be5fc9d8403e9608e457568da46dc6177fc2dea5 Mon Sep 17 00:00:00 2001 From: Richard Hestilow Date: Mon, 20 Aug 2001 23:43:10 +0000 Subject: Add dependency on CORBA_SOURCE to archiver-client.c. (clean-local): Add 2001-08-20 Richard Hestilow * Makefile.am: Add dependency on CORBA_SOURCE to archiver-client.c. (clean-local): Add CORBA_SOURCE to files to be removed. --- archiver/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archiver/Makefile.am') diff --git a/archiver/Makefile.am b/archiver/Makefile.am index bfd7bc11b..236368009 100644 --- a/archiver/Makefile.am +++ b/archiver/Makefile.am @@ -43,6 +43,8 @@ libconfig_archiver_la_SOURCES = \ libconfig_archiver_la_LIBADD = \ @GNOME_XML_LIBS@ +archiver-client.c: $(CORBA_SOURCE) + include_HEADERS = \ ConfigArchiver.h \ archiver-client.h @@ -81,7 +83,7 @@ Bonobo_Moniker_archiver.oaf : $(srcdir)/Bonobo_Moniker_archiver.oaf.in $(top_bui $(srcdir)/Bonobo_Moniker_archiver.oaf.in > Bonobo_Moniker_archiver.oaf clean-local: - -rm -f $(OAF_FILES) + -rm -f $(OAF_FILES) $(CORBA_SOURCE) bonobo_moniker_archiver_SOURCES = \ bonobo-config-archiver.c bonobo-config-archiver.h \ -- cgit v1.2.1