diff -Naur ncursesxx-0.0.1beta4/examples/Makefile ncursesxx-0.0.1beta4.new/examples/Makefile --- ncursesxx-0.0.1beta4/examples/Makefile 2004-08-13 18:19:54 +0400 +++ ncursesxx-0.0.1beta4.new/examples/Makefile 2005-01-18 14:15:18 +0300 @@ -4,10 +4,12 @@ LDFLAGS = -Wl,-rpath,$(shell pwd)/../src/ -L../src/ -lncursesxx -lncurses -lpanel TESTS = test_terminal test_tstream test_manip test_application \ -test_window test_colors test_pad test_panel test_wpen test_acs \ +test_window test_colors test_pad test_panel test_acs \ test_clone_win test_clone_pad test_copy \ test_panel_compare +WIDE_TESTS = test_wpen + all: $(TESTS) test_wpen:test_wpen.o