소스 검색

Fix makefile error in test directory.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1669 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 17 년 전
부모
커밋
25b9eabb2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

@@ -32,7 +32,7 @@
 # Include configuration
 #
 srcdir ?= $(CURDIR)/../
-subdir ?= exec/
+subdir ?= test/
 
 include $(srcdir)Makefile.inc