=== modified file 'Makefile' --- Makefile 2012-04-25 18:45:52 +0000 +++ Makefile 2012-04-24 23:17:20 +0000 @@ -38,8 +38,6 @@ DEMOS+=demo-glib endif -DEMO_OBJECTS=$(DEMOS:=.lo) - TESTSOURCES=$(wildcard t/[0-9]*.c) TESTFILES=$(TESTSOURCES:.c=.t) @@ -93,9 +91,9 @@ .PHONY: clean clean: clean-test - $(LIBTOOL) --mode=clean rm -f $(OBJECTS) $(DEMO_OBJECTS) + $(LIBTOOL) --mode=clean rm -f $(OBJECTS) demo.lo demo-async.lo $(LIBTOOL) --mode=clean rm -f $(LIBRARY) - $(LIBTOOL) --mode=clean rm -rf $(DEMOS) + $(LIBTOOL) --mode=clean rm -rf demo demo-async .PHONY: install install: install-inc install-lib install-man