Changeset 416

Show
Ignore:
Timestamp:
02/09/07 11:04:06 (19 months ago)
Author:
gandalf
Message:

murmur: Handle an OPTFLAGS variable (default set to -Wall -g -O2).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • murmur/trunk/sources/trayicon/Makefile.in

    r415 r416  
    22CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -I@@PREFIX@@/include/python@@PY_VER@@/ -I. -fPIC 
    33LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0` 
     4 
     5OPTFLAGS = -Wall -g -O2 
     6CFLAGS += $(OPTFLAGS) 
    47 
    58all: trayicon.so