Reflect the move of dftest.c back to the top-level directory.
authorGuy Harris <guy@alum.mit.edu>
Sun, 19 Feb 2012 08:59:17 +0000 (08:59 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sun, 19 Feb 2012 08:59:17 +0000 (08:59 -0000)
svn path=/trunk/; revision=41065

CMakeLists.txt

index 29269b80f28c94e17ff6cfca2a542b2e5366bca1..93103615a28ef4740394e52d2b12e1c3d70bc824 100644 (file)
@@ -784,7 +784,7 @@ if(BUILD_dftest)
                ${LIBEPAN_LIBS}
        )
        set(dftest_FILES
-               ui/cli/dftest.c
+               dftest.c
                ui/util.c
        )
        add_executable(dftest ${dftest_FILES})