[Uml-devel] kdesdk/umbrello/umbrello/codegenerators
Otto Bruggeman
bruggie at home.nl
Sat Apr 17 01:00:03 UTC 2004
CVS commit by bruggie:
Srcdir != builddir fix, yes it will now include the same directory twice when using srcdir == builddir but that is not a problem.
M +1 -1 Makefile.am 1.31
--- kdesdk/umbrello/umbrello/codegenerators/Makefile.am #1.30:1.31
@@ -1,5 +1,5 @@
noinst_LTLIBRARIES = libcodegenerator.la
-INCLUDES = -I../dialogs $(all_includes)
+INCLUDES = -I../dialogs -I$(top_srcdir)/umbrello/umbrello/dialogs $(all_includes)
libcodegenerator_la_LDFLAGS = $(all_libraries)
More information about the umbrello-devel
mailing list