X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=smsd%2FMakefile;fp=smsd%2FMakefile;h=7d737dc643705393e709d786c81fb2a7bf275ef7;hp=62d556157702663df22a1423e3dd09dd136b7aef;hb=2c2798de53319dcec0435cd651e3e1922bdd6e86;hpb=f38db065f681dff9c932499a640d02bf914cd513 diff --git a/smsd/Makefile b/smsd/Makefile index 62d5561..7d737dc 100644 --- a/smsd/Makefile +++ b/smsd/Makefile @@ -1,8 +1,9 @@ # -# Makefile for the xGNOKII tool suite. +# Makefile for the smsd. # # Copyright (C) 1999 Hugh Blemings & Pavel Janík ml. & Jan Derfinak # 2000 Karel Zak +# $Id$ # TOPDIR=.. @@ -12,10 +13,18 @@ CFLAGS += $(PTHREAD_CFLAGS) \ `glib-config --cflags` LDFLAGS += $(PTHREAD_LIBS) \ - `glib-config --libs` -lpq + `glib-config --libs` LDFLAGS += -L$(TOPDIR) -lgnokii +# Change this according to your system +# FIXME: detect it in configure +CFLAGS += -I/usr/include/pgsql +# CFLAGS += -I/usr/include/psql +LDFLAGS += -L/usr/lib/pgsql -lpq +# LDFLAGS += -L/usr/lib/psql -lpq +# LDFLAGS += -lpq + ifdef XPM_LIBS LDFLAGS +=$(XPM_LIBS) endif