to correspond to other parser & driver : PyTechno.cpp become PyDtr.cpp

This commit is contained in:
Damien Dupuis 2010-06-15 13:30:08 +00:00
parent c149c84b50
commit 0a06335e15
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ SET ( hpps vlsisapd/dtr/Techno.h
SET ( cpps Techno.cpp
Name.cpp )
SET ( pycpps PyTechno.cpp ${cpps})
SET ( pycpps PyDtr.cpp ${cpps})
ADD_LIBRARY(dtr ${cpps})
TARGET_LINK_LIBRARIES(dtr ${LIBXML2_LIBRARIES})