Define UVECTOR and ATOM
[muddle-interpreter.git] / src / Makefile.am
index 2da8bbdeb6608964f1cbd4cb54c6bff79f64d139..922b9b6f3e2e7f4202ca6b358919374a7f0e3b64 100644 (file)
@@ -1,3 +1,3 @@
 bin_PROGRAMS = muddle
-muddle_SOURCES = main.c read.c eval.c print.c alloc.c object.c
+muddle_SOURCES = main.c read.c eval.c print.c alloc.c object.c atom.c
 muddle_CFLAGS = -Wall -Wno-unused-function -Werror=implicit-function-declaration -Werror=incompatible-pointer-types