]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/gizmos/Makefile.in
don't build the GUI version of tex2rtf wif --disable-gui
[wxWidgets.git] / contrib / samples / gizmos / Makefile.in
index b8ea713e3b05d977ceb7e62adfa6a4ac2b884837..25e545a2a917d19c89a234c39df34944dfd7e612 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=multicell splittree editlbox
+CONTRIB_SAMPLES=editlbox dynsash dynsash_switch multicell splittree led
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done