]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
Added fl (frame layout) to wxWindows, from source tidied by Hans Van Leemputten ...
[wxWidgets.git] / contrib / samples / Makefile.in
index 1133423958a98a6f1ca87ac503ec212f620d3358..2d1cd3a037a81be3f2ab6b545e7fbc8c3e4f186c 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xrc plot applet
+CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xrc plot applet fl
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done