Explorar o código

Allow make in the exec directory to work even if root/lcr isn't yet built.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1565 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake %!s(int64=17) %!d(string=hai) anos
pai
achega
43d7517eb9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      exec/Makefile

+ 1 - 1
exec/Makefile

@@ -217,7 +217,7 @@ depend:
 
 # - fPIC rules required for service handler shared objects
 ../lcr/lcr_ifact.o: ../lcr/lcr_ifact.c
-	$(CC) $(CFLAGS) $(CPPFLAGS) -DPREFIX='"$(PREFIX)"' -I../lcr -c -o $@ ../lcr/lcr_ifact.c
+	$(CC) $(CFLAGS) $(CPPFLAGS) -DPREFIX='"$(PREFIX)"' -DLCRSODIR='"$(LCRSODIR)"' -I../lcr -c -o $@ ../lcr/lcr_ifact.c
 
 evs.o: evs.c
 	$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<