Fix libvirt-qpid build

Signed-off-by: Lon Hohberger <lon@users.sourceforge.net>
This commit is contained in:
Lon Hohberger 2009-11-05 12:59:26 -05:00
parent 9d59ad84a5
commit 0702f25435

View File

@ -124,7 +124,7 @@ checkpoint.so: ${checkpoint_so_SOURCES:.c=.o}
$(CC) $(CFLAGS) -c -o $@ $^ $(INCLUDES)
%.opp: %.cpp
$(CPP) $(CFLAGS) -c -o $@ $^ $(INCLUDES)
$(CXX) $(CFLAGS) -c -o $@ $^ $(INCLUDES)
install: all
if [ ! -d ${DESTDIR}/${sbindir} ]; then \