/[gnokii]/gnokii/smsd/Makefile
ViewVC logotype

Diff of /gnokii/smsd/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by ja, Tue Jan 25 21:03:34 2005 UTC revision 1.33 by ja, Wed Aug 10 07:33:43 2005 UTC
# Line 1  Line 1 
1  #  #
2  # Makefile for the smsd.  # Makefile for the smsd.
3  #  #
4  # Copyright (C) 1999 Hugh Blemings & Pavel Janík ml. & Jan Derfinak  # Copyright (C) 1999 Hugh Blemings & Pavel Janík ml.
5    #               1999-2005 Jan Derfinak
6  #               2000 Karel Zak  #               2000 Karel Zak
7  # $Id$  # $Id$
8  #  #
9    
10  GLIBCFLAGS = glib-config --cflags  #GLIBCFLAGS = glib-config --cflags
11  GLIBLDLIBS = glib-config --libs  #GLIBLDLIBS = glib-config --libs
12    
13  # Comment out above lines and uncomment below lines if you want compile smsd  # Comment out above lines and uncomment below lines if you want compile smsd
14  # with glib2 instead of glib1.  # with glib2 instead of glib1.
15  #  #
16  #GLIBCFLAGS = pkg-config --cflags glib-2.0  GLIBCFLAGS = pkg-config --cflags glib-2.0
17  #GLIBLDLIBS = pkg-config --libs glib-2.0  GLIBLDLIBS = pkg-config --libs glib-2.0
18    
19  TOPDIR=..  TOPDIR=..
20  include $(TOPDIR)/Makefile.global  include $(TOPDIR)/Makefile.global

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26