From: <sa...@us...> - 2007-03-24 17:48:08
|
Revision: 18217 http://svn.sourceforge.net/gaim/?rev=18217&view=rev Author: sadrul Date: 2007-03-24 10:48:08 -0700 (Sat, 24 Mar 2007) Log Message: ----------- Use 'make -f Makefile.oot' if you are building out-of-tree. Modified Paths: -------------- trunk/libgaim/example/nullclient.c Added Paths: ----------- trunk/libgaim/example/Makefile.oot Added: trunk/libgaim/example/Makefile.oot =================================================================== --- trunk/libgaim/example/Makefile.oot (rev 0) +++ trunk/libgaim/example/Makefile.oot 2007-03-24 17:48:08 UTC (rev 18217) @@ -0,0 +1,7 @@ +CFLAGS=`pkg-config --cflags gaim` +LDFLAGS=`pkg-config --libs gaim` + +all: nullclient + +clean: + @rm -f *.o nullclient Property changes on: trunk/libgaim/example/Makefile.oot ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native Modified: trunk/libgaim/example/nullclient.c =================================================================== --- trunk/libgaim/example/nullclient.c 2007-03-24 05:34:01 UTC (rev 18216) +++ trunk/libgaim/example/nullclient.c 2007-03-24 17:48:08 UTC (rev 18217) @@ -6,7 +6,6 @@ #include "ft.h" #include "log.h" #include "notify.h" -#include "prefix.h" #include "prefs.h" #include "prpl.h" #include "pounce.h" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |