Explorar o código

Fix makefile error in test directory.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1669 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake %!s(int64=17) %!d(string=hai) anos
pai
achega
25b9eabb2a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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