logo       
Google Custom Search
    AddThis Social Bookmark Button

rev 67 - trunk: msg#00000

Subject: rev 67 - trunk
Author: mrowe
Date: 2004-04-18 16:48:54 +1200 (Sun, 18 Apr 2004)
New Revision: 67

Modified:
   trunk/Makefile.am
Log:
Build msntest sample program.
Note:
* On Mac OS X 10.3, you have to run configure like:
  ./configure --enable-static --disable-shared
  If you don't you will get link errors when running msntest.
  I'm unsure of the reasons for this.
* Also, `make install` will install msntest into $prefix/bin.
  This isn't particularly desirable.



Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am   2004-04-17 02:43:26 UTC (rev 66)
+++ trunk/Makefile.am   2004-04-18 04:48:54 UTC (rev 67)
@@ -6,3 +6,8 @@
 lib_LTLIBRARIES = libmsn.la
 libmsn_la_SOURCES =
 libmsn_la_LIBADD = msn/libmsn.la
+
+INCLUDE = -I-6f3FskqC6C18RlvjjU3+vg@xxxxxxxxxxxxxxxx@/
+bin_PROGRAMS = msntest
+msntest_SOURCES = msn/msntest.cpp
+msntest_LDADD = libmsn.la
\ No newline at end of file



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click


<Prev in Thread] Current Thread [Next in Thread>