Update of /cvsroot/audacity/audacity-src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv2318

Modified Files:
        configure configure.in 
Log Message:
Support new FileDialog


Index: configure
===================================================================
RCS file: /cvsroot/audacity/audacity-src/configure,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- configure   18 Mar 2007 01:42:53 -0000      1.103
+++ configure   6 Apr 2007 10:20:17 -0000       1.104
@@ -6107,6 +6107,10 @@
 LOCAL_LIBS="$LOCAL_LIBS allegro.a"
 CXXFLAGS="$CXXFLAGS -I\$(top_srcdir)/lib-src/allegro"
 
+LOCAL_LIBS="$LOCAL_LIBS FileDialog.a"
+CXXFLAGS="$CXXFLAGS -I\$(top_srcdir)/lib-src/FileDialog"
+
+
 
 
 

Index: configure.in
===================================================================
RCS file: /cvsroot/audacity/audacity-src/configure.in,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- configure.in        18 Mar 2007 01:42:53 -0000      1.96
+++ configure.in        6 Apr 2007 10:20:19 -0000       1.97
@@ -282,6 +282,11 @@
 LOCAL_LIBS="$LOCAL_LIBS allegro.a"
 CXXFLAGS="$CXXFLAGS -I\$(top_srcdir)/lib-src/allegro"
 
+dnl Include FileDialog
+LOCAL_LIBS="$LOCAL_LIBS FileDialog.a"
+CXXFLAGS="$CXXFLAGS -I\$(top_srcdir)/lib-src/FileDialog"
+
+
 dnl
 dnl Optional sublibraries
 dnl


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to