]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/mmedia/Makefile.in
Added WXDLLEXPORT symbol for DynLib classes
[wxWidgets.git] / contrib / samples / mmedia / Makefile.in
index 4ab3991589d81acd70d35387853866ae34ac8d4e..04b776a09329ea714ab14bd123fbd185a9dc127d 100644 (file)
@@ -17,7 +17,9 @@ PROGRAM=mmboard
 
 OBJECTS=mmboard.o mmbman.o
 
-EXTRA_LIBS= $(top_builddir)/lib/libwxmmedia2.a @ESD_LIBS@
+EXTRA_LIBS= $(top_builddir)/contrib/src/mmedia/libmmedia.@WX_TARGET_LIBRARY_TYPE@ @ESD_LINK@
+APPEXTRADEFS=-I$(top_srcdir)/contrib/include
+
 # 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 +34,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@