aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/config/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/config/Makefile.config')
-rw-r--r--Source/charon/config/Makefile.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/config/Makefile.config b/Source/charon/config/Makefile.config
index 7ca46d14f..7189d404b 100644
--- a/Source/charon/config/Makefile.config
+++ b/Source/charon/config/Makefile.config
@@ -31,6 +31,6 @@ OBJS+= $(BUILD_DIR)traffic_selector.o
$(BUILD_DIR)traffic_selector.o : $(CONFIG_DIR)traffic_selector.c $(CONFIG_DIR)traffic_selector.h
$(CC) $(CFLAGS) -c -o $@ $<
-OBJS+= $(BUILD_DIR)child_proposal.o
-$(BUILD_DIR)child_proposal.o : $(CONFIG_DIR)child_proposal.c $(CONFIG_DIR)child_proposal.h
+OBJS+= $(BUILD_DIR)proposal.o
+$(BUILD_DIR)proposal.o : $(CONFIG_DIR)proposal.c $(CONFIG_DIR)proposal.h
$(CC) $(CFLAGS) -c -o $@ $<