]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/Makefile.in
Added configtool to configure and Makefile.in
[wxWidgets.git] / utils / Makefile.in
index d74f37219344b9f9b8edf51ab28345e822164859..ad184adf57f3e729b364193ddbbfbe8ca01e0100 100644 (file)
@@ -2,7 +2,7 @@
 # Makefile : Builds wxWindows utils for Unix.
 #
 
-UTILS_SUBDIRS=tex2rtf hhp2cached makegen HelpGen dialoged helpview
+UTILS_SUBDIRS=tex2rtf hhp2cached makegen HelpGen dialoged helpview configtool
 
 all:
        @for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE)); done