summaryrefslogtreecommitdiff
path: root/Master/tlpkg/lib/C/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/lib/C/Makefile')
-rw-r--r--Master/tlpkg/lib/C/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/lib/C/Makefile b/Master/tlpkg/lib/C/Makefile
index 39b165212fe..396b9744290 100644
--- a/Master/tlpkg/lib/C/Makefile
+++ b/Master/tlpkg/lib/C/Makefile
@@ -3,5 +3,5 @@ SO = dylib
all: libtlp.$(SO)
-libtlp.$(SO): tlp-src.o tlp-utils.o
+libtlp.$(SO): tlp-src.o tlp-config.o tlp-utils.o
$(CC) $^ -dynamiclib -o $@