Makefile fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1031 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2003-05-16 20:57:12 +00:00
parent b531a37942
commit 0ceeeafa41
1 changed files with 4 additions and 1 deletions

View File

@ -55,9 +55,12 @@ app_todd.so: app_todd.o
ifeq (${USE_MYSQL_VM_INTERFACE}, 1)
app_voicemail2.o: app_voicemail2.c
$(CC) -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -O6 -g -Iinclude -I../include -DUSEMYSQLVM=\"1\" -D_REENTRANT -D_GNU_SOURCE -march=i686 -DASTERISK_VERSION=\"CVS-07/21/02-14:49:14\" -DDO_CRASH -DDEBUG_THREADS -c -o app_voicemail2.o app_voicemail2.c
else
app_voicemail2.so : app_voicemail2.o
$(CC) -shared -Xlinker -x -o $@ $< -L/usr/lib/mysql -lmysqlclient
else
app_voicemail2.so : app_voicemail2.o
$(CC) -shared -Xlinker -x -o $@ $<
endif
app_sql_postgres.o: app_sql_postgres.c