${COMPILE} ${MYPROXY_THR_INC} ${GLOBUS_THR_INC} -o $@ -c $<
%.o: %.c
- ${COMPILE} ${MYPROXY_CFLAGS} ${GLOBUS_GSSAPI_GSI_CFLAGS} -c $<
+ ${COMPILE} ${MYPROXY_CFLAGS} ${GLOBUS_GSSAPI_GSI_CFLAGS} -DLOCAL_PX_COMPILE=1 -c $<
${EXAMPLES}: %: %.o
${LINK} -o $@ $< ${default_libcore}
#include <stdlib.h>
#include <stdio.h>
#include <getopt.h>
+#ifdef LOCAL_PX_COMPILE
+#include "renewal_core.h"
+#else
#include <glite/security/proxyrenewal/renewal_core.h>
+#endif
static struct option const long_options[] = {
{ "server", required_argument, 0, 's' },
#include <globus_gsi_proxy.h>
#include <globus_gsi_cert_utils_constants.h>
-#include <glite/security/voms/voms_apic.h>
+#include <voms/voms_apic.h>
#include "renewal.h"
#include "renewal_core.h"