* configure.in: Fixed up so that ucsim is only configured once.
[fw/sdcc] / support / tests / internal / Makefile
index f3d3c3689c5b84f8074b655e035610f7c3f63d6f..eb60e7ee83990b4efbe735a2b5cfe50e2bedfe50 100644 (file)
@@ -1,13 +1,14 @@
 TOPDIR = ../../..
 
 LIBSOURCE = \
+       $(TOPDIR)/src/SDCCutil.c \
        $(TOPDIR)/src/SDCChasht.c \
        $(TOPDIR)/support/Util/NewAlloc.c \
        $(TOPDIR)/support/Util/SDCCerr.c \
        $(TOPDIR)/src/SDCCmacro.c \
        stubs.c
 
-SOURCES = testmacro.c $(LIBSOURCE)
+SOURCES = testpaths.c $(LIBSOURCE)
 
 include $(TOPDIR)/Makefile.common