? doc/.omf.make.swp ? doc/omf.make-new ? doc/omf.make-warn_root ? doc/xmldocs.make-new ? doc/C/Makefile.am-conflict ? doc/C/Makefile.am-new ? doc/C/gnash-C.omf.out ? doc/C/gnash.1 Index: Makefile.am =================================================================== RCS file: /sources/gnash/gnash/Makefile.am,v retrieving revision 1.23 diff -u -3 -p -r1.23 Makefile.am --- Makefile.am 18 May 2006 16:42:52 -0000 1.23 +++ Makefile.am 22 May 2006 22:48:11 -0000 @@ -50,7 +50,7 @@ endif SUBDIRS = $(STD_DIRS) $(DOC_DIRS) $(PLUGIN_DIRS) # libamf isn't used yet, but we still want it in the distribution -DIST_SUBDIRS = $(STD_DIRS) doc testsuite libamf +DIST_SUBDIRS = $(STD_DIRS) doc testsuite libamf plugin gui #EXTRA_DIST = macros # if HTTP Index: server/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/server/Makefile.am,v retrieving revision 1.44 diff -u -3 -p -r1.44 Makefile.am --- server/Makefile.am 19 May 2006 18:09:03 -0000 1.44 +++ server/Makefile.am 22 May 2006 22:48:11 -0000 @@ -226,7 +226,8 @@ noinst_HEADERS = $(as_incls) \ swf/ASHandlers.h \ swf/TagLoadersTable.h \ swf/tag_loaders.h \ - xmlsocket.h + xmlsocket.h \ + fn_call.h libgnashserver_la_LIBADD = \ libgnashasobjs.la \ Index: doc/omf.make =================================================================== RCS file: /sources/gnash/gnash/doc/omf.make,v retrieving revision 1.10 diff -u -3 -p -r1.10 omf.make --- doc/omf.make 18 May 2006 07:40:20 -0000 1.10 +++ doc/omf.make 22 May 2006 22:48:11 -0000 @@ -42,11 +42,11 @@ install-data-omf-hook: for file in $(omffile); do \ $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ done - -$(SCROLLUPDATE) -v -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir) + -$(SCROLLUPDATE) -v -o $(DESTDIR)$(omf_dest_dir) uninstall-omf-hook: -for file in $(omffile); do \ $(RM) $(DESTDIR)$(omf_dest_dir)/$$file; \ done -rmdir $(DESTDIR)$(omf_dest_dir) - -$(SCROLLUPDATE) -v -p $(scrollkeeper_localstate_dir) + -$(SCROLLUPDATE) -v