Browse Source

testc: Fix source deps

Serj Kalichev 4 years ago
parent
commit
1b6c49899d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      testc/Makefile.am

+ 2 - 1
testc/Makefile.am

@@ -13,4 +13,5 @@ testc_testc_SOURCES += \
 	testc/base/io.c \
 	testc/ctype/ctype.c \
 	testc/str/str.c \
-	testc/list/list.c
+	testc/list/list.c \
+	testc/list/private.h