aboutsummaryrefslogtreecommitdiffstats
path: root/src/fldd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/fldd/Makefile')
-rw-r--r--src/fldd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fldd/Makefile b/src/fldd/Makefile
index 18e215be6..0c127af55 100644
--- a/src/fldd/Makefile
+++ b/src/fldd/Makefile
@@ -7,4 +7,4 @@ TARGET = $(PROG)
7MOD_HDRS = ../include/common.h ../include/syscall.h ../include/ldd_utils.h 7MOD_HDRS = ../include/common.h ../include/syscall.h ../include/ldd_utils.h
8MOD_OBJS = ../lib/common.o ../lib/ldd_utils.o 8MOD_OBJS = ../lib/common.o ../lib/ldd_utils.o
9 9
10include $(ROOT)/src/common.mk 10include $(ROOT)/src/prog.mk