From dddc763535f92d4336114a17a5f296adb09706c0 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Sun, 26 Aug 2007 19:48:12 +0000 Subject: [PATCH] Add config_ad_property() --- libconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libconfig/Makefile b/libconfig/Makefile index 7e3f3a5..168b1cf 100644 --- a/libconfig/Makefile +++ b/libconfig/Makefile @@ -26,7 +26,7 @@ SOURCES = config_get_indexed_property.c config_get_next_property.c \ config_get_property.c config_remove_property.c \ config_set_property.c config_set_indexed_property.c \ config_remove_indexed_property.c config_find_indexed_property.c \ - config_find_entry.c + config_find_entry.c config_add_property.c HEADERS = libconfig.h