Index: trunk/tests/propedit/Makefile =================================================================== --- trunk/tests/propedit/Makefile (revision 5799) +++ trunk/tests/propedit/Makefile (revision 5800) @@ -4,6 +4,7 @@ SRC=$(ROOT)/src CFLAGS = -g -Wall -I$(PED) -I$(LHT) -I$(SRC) -I$(ROOT) -I$(ROOT)/src_3rd +LDFLAGS = -lm LIB_OBJS = \ $(LHT)/genht/htsp.o \ $(LHT)/genht/hash.o \ Index: trunk/tests/propedit/tester.c =================================================================== --- trunk/tests/propedit/tester.c (revision 5799) +++ trunk/tests/propedit/tester.c (revision 5800) @@ -2,6 +2,24 @@ #include #include "props.h" +void *pcb_gui = NULL; + +int pcb_propsel_set(const char *prop, const char *value) +{ + return 0; +} + +int pcb_propsel_del(const char *key) +{ + return 0; +} + +void pcb_propsel_map_core(htsp_t *props) +{ +} + + + static void print_val(pcb_prop_type_t type, pcb_propval_t val) { switch(type) {