Added interface
authorElisabetta Ronchieri <elisabetta.ronchieri@cnaf.infn.it>
Tue, 17 Aug 2004 13:46:28 +0000 (13:46 +0000)
committerElisabetta Ronchieri <elisabetta.ronchieri@cnaf.infn.it>
Tue, 17 Aug 2004 13:46:28 +0000 (13:46 +0000)
org.glite.wms-utils.jobid/configure.ac
org.glite.wms-utils.jobid/examples/Makefile.am
org.glite.wms-utils.jobid/examples/testjobid.c
org.glite.wms-utils.jobid/src/jobid/Makefile.am

index 92e8242..8fe885f 100755 (executable)
 #
 #       Revision history:
 #       $Log$
+#       Revision 1.10  2004/08/17 13:41:20  eronchie
+#       Moved out JobIdExceptions.h cjobid.h JobId.h
+#       Put in interface/glite/wmsutils/jobid
+#
 #       Revision 1.9  2004/08/17 10:40:34  eronchie
 #       Added optimize option
 #
@@ -38,7 +42,7 @@ AC_PREREQ(2.57)
 AC_INIT([GLite WMS Utils Jobid], [0.0.0])
 AC_CONFIG_AUX_DIR([./project])
 AM_INIT_AUTOMAKE([1.6.3 subdir-objects])
-AC_CONFIG_SRCDIR([src/jobid/cjobid.h])
+AC_CONFIG_SRCDIR([src/jobid/strmd5.h])
 
 # Notices.
 AC_COPYRIGHT([Copyright (c) 2004 The EU EGEE Project
index 2dc9d4d..fa9a407 100755 (executable)
@@ -20,6 +20,7 @@ testjobid_LDADD = \
        $(STDCPP)
 
 AM_CPPFLAGS = -I$(top_srcdir)/src \
+       -I$(top_srcdir)/interface \
         $(GLITE_CFLAGS) \
        $(GLOBUS_THR_CFLAGS)
 
index 293304e..56f6cba 100755 (executable)
@@ -3,7 +3,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "jobid/cjobid.h"
+#include "glite/wmsutils/jobid/cjobid.h"
 
 int main(int argc, char* argv[])
 {
index 33c9da6..519d1ca 100755 (executable)
@@ -23,6 +23,7 @@ jobidinclude_HEADERS = \
        strmd5.h 
 
 AM_CPPFLAGS = -I$(top_srcdir)/src \
+       -I$(top_srcdir)/interface \
        $(GLITE_CFLAGS) \
        $(GLOBUS_THR_CFLAGS) \
        -D_GNU_SOURCE