Hi,

In order to compile the UML objects from my previous patch it's necessary
to apply this patch first.

I know it should have been included in the patch. Sorry.

Alejandro

----------------------------------
diff -u -r1.4 Makefile.am
--- objects/UML/Makefile.am     1998/11/30 09:40:20     1.4
+++ objects/UML/Makefile.am     1999/02/01 02:22:37
@@ -19,7 +19,10 @@
                        implements.c \
                        generalization.c \
                        association.c \
-                       dependency.c
+                       dependency.c \
+                       message.c \
+                       object.c \
+                       lifeline.c 
 
 libuml_objects_la_LDFLAGS = -export-dynamic -version-info 0:0:0
 libuml_objects_la_LIBADD = @GTK_LIBS@

Reply via email to