Update of /cvsroot/eas-dev/eas-dev/components/gmp
In directory sc8-pr-cvs1:/tmp/cvs-serv18441/components/gmp
Modified Files:
.cvsignore Makefile.am
Log Message:
mofidifed build process; changes to libsxmlstream (seems that it is still
broken); minor additions over the project
Index: .cvsignore
===================================================================
RCS file: /cvsroot/eas-dev/eas-dev/components/gmp/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .cvsignore 23 Jan 2003 00:23:59 -0000 1.1
+++ .cvsignore 3 Feb 2003 06:30:45 -0000 1.2
@@ -1,4 +1,3 @@
bin
-inc
Makefile
Makefile.in
Index: Makefile.am
===================================================================
RCS file: /cvsroot/eas-dev/eas-dev/components/gmp/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 23 Jan 2003 00:50:27 -0000 1.2
+++ Makefile.am 3 Feb 2003 06:30:45 -0000 1.3
@@ -1,10 +1,8 @@
-IDL_FILES =
+RM = @RM@
+
+IDL_FILES = org/openeas/gmp/XEndpoint.idl
SRC_FILES =
COMPONENT = gmp
-# do nothing
-all-local:
- true
-
-#include ../../build/unix/mk/component.mk
\ No newline at end of file
+@INCLUDE@ ../../build/unix/mk/component.mk
\ No newline at end of file
|