]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/mmedia/Makefile.in
Added icons.
[wxWidgets.git] / contrib / samples / mmedia / Makefile.in
index 4ab3991589d81acd70d35387853866ae34ac8d4e..89cda4ba158beb08d08e65a0e53fc512ce3e501e 100644 (file)
@@ -17,7 +17,7 @@ PROGRAM=mmboard
 
 OBJECTS=mmboard.o mmbman.o
 
-EXTRA_LIBS= $(top_builddir)/lib/libwxmmedia2.a @ESD_LIBS@
+EXTRA_LIBS= $(top_builddir)/contrib/lib/libmmedia.a @ESD_LIBS@
 # the comment at the end of the next line is needed because otherwise autoconf
 # would remove this line completely - it contains a built-in hack to remove
 # any VPATH assignment not containing ':'
@@ -32,5 +32,8 @@ include ../../../src/make.env
 
 all: $(PROGRAM)
 
+clean:
+       rm -f *.o $(PROGRAM)
+
 mmboard: $(OBJECTS)
        $(CC) $(LDFLAGS) -o mmboard $(OBJECTS) $(EXTRA_LIBS) $(LDLIBS) $(top_builddir)/lib/@WX_TARGET_LIBRARY@