Removed qhop files from this branch.
[alexxy/gromacs.git] / src / mdlib / CMakeLists.txt
index 18f3a6e3370eb2f86c5ffd797bd2497990b59765..e50df463730959b3ce676f2b254e7193d9275fe8 100644 (file)
@@ -3,8 +3,6 @@ file(GLOB MDLIB_SOURCES *.c)
 
 # Files        called xxx_test.c are test drivers with a main() function for 
 # module xxx.c, so they should not be included in the library
-file(GLOB_RECURSE NOT_MDLIB_SOURCES *_test.c *\#*)
-list(REMOVE_ITEM MDLIB_SOURCES ${NOT_MDLIB_SOURCES})
 
 add_library(md ${MDLIB_SOURCES})
 target_link_libraries(md gmx ${GMX_EXTRA_LIBRARIES} ${FFT_LIBRARIES} ${XML_LIBRARIES})