bugGnash - The GNU Flash player - Bugs: bug #16037, Patch to Konqueror plugin...

 
 

bug #16037: Patch to Konqueror plugin Makefile.am

Submitter:  Albert Astals Cid <tsdgeos>
Submitted:  Wed 08 Mar 2006 09:52:01 PM UTC
   
 
Category:  None Severity:  3 - Normal
Release:  None Status:  Fixed
Privacy:  Public Assigned to:  rsavoye
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 09 Mar 2006 01:50:59 AM UTC, comment #1: 

Done. It works the other way on my Ubuntu system, but hey, if this works better, why not.

Rob Savoye <rsavoye>
Group administrator
Wed 08 Mar 2006 09:52:01 PM UTC, original submission:  

Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/klash/Makefile.am,v
retrieving revision 1.2
diff -u -r1.2 Makefile.am
--- Makefile.am 5 Mar 2006 15:26:08 -0000       1.2
+++ Makefile.am 8 Mar 2006 20:15:58 -0000
@@ -26,6 +26,7 @@
 kde_module_LTLIBRARIES= libklashpart.la

 libklashpart_la_SOURCES= klash_part.cpp
+nodist_libklashpart_la_SOURCES= klash_part.moc
 libklashpart_la_LDFLAGS= -avoid-version $(all_libraries) $(KDE_RPATH)
 libklashpart_la_DEPENDANCIES=klash_part.moc


This patch automates the creation of klash_part.moc, it was not beign generated here, two other people i asked for had the same problem and this patch fixed it for them, i guess the _DEPENDANCIES thing is intended to have the same effect but it's not working here (kubuntu 5.10)

Albert Astals Cid <tsdgeos>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-03-09 rsavoye StatusNone Fixed
    Assigned toNone rsavoye
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code