Fix build error of DDV_Controller, gitignore it

This commit is contained in:
Lekensteyn 2012-02-17 22:21:29 +01:00
parent 7ff7795a32
commit b441609817
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -6,6 +6,7 @@ Buffer/DDV_Buffer
Connector_RTMP/DDV_Conn_RTMP
Connector_RTSP/DDV_Conn_RTSP
Connector_RTSP/Connector_RTSP
DDV_Controller/DDV_Controller
Connector_RAW/DDV_Conn_RAW
*~
bin/*

View file

@ -19,7 +19,7 @@ default: cversion $(OUT)
.cpp.o:
$(CC) $(INCLUDES) $(CCFLAGS) $(LIBS) -c $< -o $@
$(OUT): $(OBJ)
$(CC) $(LIBS) -o $(OUT) $(OBJ)
$(CC) -o $(OUT) $(OBJ) $(LIBS)
clean:
rm -rf $(OBJ) $(OUT) Makefile.bak *~
cversion: