]> git.ipfire.org Git - people/ms/strongswan.git/blobdiff - Source/charon/config/Makefile.config
- refactored ike proposal
[people/ms/strongswan.git] / Source / charon / config / Makefile.config
index 7ca46d14fd4c47113c82c66035655a6a22172f3c..7189d404b09bcfece7cf91a4936b53803d7882e9 100644 (file)
@@ -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 $@ $<