From 5d4c4f64862250667867dfac7de291db048b0f82 Mon Sep 17 00:00:00 2001 From: russell Date: Sat, 21 Jan 2006 21:29:06 +0000 Subject: clean up formatting to conform to coding guidelines and fix some typos (issue #6260) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8407 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index 2930309e5..1b40ca73f 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -30,7 +30,7 @@ APPS=app_adsiprog.so app_alarmreceiver.so app_authenticate.so app_cdr.so \ # # Obsolete things... # -#APPS+=app_sql_postgres.so +APPS+=app_sql_postgres.so #APPS+=app_sql_odbc.so # @@ -96,7 +96,7 @@ app_curl.so: app_curl.o $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS) app_sql_postgres.o: app_sql_postgres.c - $(CC) -pipe -I/usr/local/pgsql/include $(CFLAGS) -c -o app_sql_postgres.o app_sql_postgres.c + $(CC) -pipe -I$(CROSS_COMPILE_TARGET)/usr/local/pgsql/include -I$(CROSS_COMPILE_TARGET)/usr/include/postgresql $(CFLAGS) -c -o app_sql_postgres.o app_sql_postgres.c app_sql_postgres.so: app_sql_postgres.o $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -L/usr/local/pgsql/lib -lpq -- cgit v1.2.3