Renamed hash,str to hashtable,string-util
[mono.git] / eglib / test / Makefile.am
index 5f544456912d072c65909af49c90427ba313ffd3..db5f73f59f8b00779ed8c19e8192dc9446f583a3 100644 (file)
@@ -1,10 +1,10 @@
 noinst_PROGRAMS = test 
 
-test_SOURCES = \
-       test.c      \
-       driver.c        \
-       hash.c          \
-       str.c           \
+test_SOURCES =    \
+       test.c        \
+       driver.c      \
+       hashtable.c       \
+       string-util.c \
        slist.c
 
 test_CFLAGS = -Wall -Werror -D_FORTIFY_SOURCE=2