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

Brian Thomas thomas at mail630.gsfc.nasa.gov
Sun Sep 7 18:49:01 UTC 2003


CVS commit by thomas: 

Last change was wrong..this *does* need to be installed. Dont make changes like this without talking to the developers first.


  M +8 -1      Makefile.am   1.25


--- kdesdk/umbrello/umbrello/codegenerators/Makefile.am  #1.24:1.25
@@ -1,3 +1,3 @@
-noinst_LTLIBRARIES = libcodegenerator.la
+lib_LTLIBRARIES = libcodegenerator.la
 
 INCLUDES = -I../dialogs $(all_includes)
@@ -29,2 +29,9 @@
                                 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






More information about the umbrello-devel mailing list