[Uml-devel] Re: kdesdk/umbrello/umbrello/codegenerators

Jonathan Riddell jr at jriddell.org
Fri Sep 5 06:01:04 UTC 2003


On Fri, Sep 05, 2003 at 01:32:18PM +0200, Dirk Mueller wrote:
> CVS commit by mueller: 
> 
> I don't think this lib was supposed to get installed.
> 
> 
>   M +1 -8      Makefile.am   1.24
> 
> 
> --- kdesdk/umbrello/umbrello/codegenerators/Makefile.am  #1.23:1.24
> @@ -1,3 +1,3 @@
> -lib_LTLIBRARIES = libcodegenerator.la
> +noinst_LTLIBRARIES = libcodegenerator.la
>  
>  INCLUDES = -I../dialogs $(all_includes)
> @@ -29,9 +29,2 @@
>                                  phpwriter.cpp pythonwriter.cpp sqlwriter.cpp
>  libcodegenerator_la_COMPILE_FIRST = ../dialogs/codegenerationpolicybase.h
> -
> -install-data-local:
> -        $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/umbrello/codegenerators/
> -        $(INSTALL_DATA) libcodegenerator.la $(DESTDIR)$(kde_datadir)/umbrello/codegenerators/libcodegenerator.la
> -
> -uninstall-local:
> -        -rm -f $(DESTDIR)$(kde_datadir)/umbrello/codegenerators/libcodegenerator.la
> 


It's quite important that this library and the .la file is installed,
it's loaded dynamically when the program start up (the idea being that
people might want third party code generation libraries).

Please revent unless I'm mistaken.

Thanks

Jonathan Riddell




More information about the umbrello-devel mailing list