webmcp

diff Makefile.options @ 73:f59adf9a6968

Removed wrongly committed include/lib path for testing purposes from Makefile.options
author jbe
date Fri Jun 15 22:08:44 2012 +0200 (2012-06-15)
parents afed1ab1477f
children 30391b40722f
line diff
     1.1 --- a/Makefile.options	Sat Apr 21 20:48:58 2012 +0200
     1.2 +++ b/Makefile.options	Fri Jun 15 22:08:44 2012 +0200
     1.3 @@ -10,13 +10,13 @@
     1.4  # C compiler flags
     1.5  # TODO: check alternatives to -D_GNU_SOURCE -fPIC
     1.6  #       using libtool?
     1.7 -CFLAGS = -O2 -D_GNU_SOURCE -fPIC -Wall -I /usr/include -I /usr/local/include -I /home/flocke/opt/lua52/include
     1.8 +CFLAGS = -O2 -D_GNU_SOURCE -fPIC -Wall -I /usr/include -I /usr/local/include
     1.9  
    1.10  # additional C compiler flags for parts which depend on PostgreSQL
    1.11  CFLAGS_PGSQL = -I /usr/include/postgresql -I /usr/include/postgresql/server -I /usr/local/include/postgresql -I /usr/local/include/postgresql/server
    1.12  
    1.13  # linker flags
    1.14 -LDFLAGS = -shared -L /usr/lib -L /usr/local/lib -L /home/flocke/opt/lua52/lib
    1.15 +LDFLAGS = -shared -L /usr/lib -L /usr/local/lib
    1.16  
    1.17  # additional linker flags for parts which depend on PostgreSQL
    1.18  LDFLAGS_PGSQL =

Impressum / About Us