Skip to content
Snippets Groups Projects
Commit 0ceeeafa authored by Mark Spencer's avatar Mark Spencer
Browse files

Makefile fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1031 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b531a379
Branches
Tags
No related merge requests found
...@@ -55,9 +55,12 @@ app_todd.so: app_todd.o ...@@ -55,9 +55,12 @@ app_todd.so: app_todd.o
ifeq (${USE_MYSQL_VM_INTERFACE}, 1) ifeq (${USE_MYSQL_VM_INTERFACE}, 1)
app_voicemail2.o: app_voicemail2.c 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 $(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 app_voicemail2.so : app_voicemail2.o
$(CC) -shared -Xlinker -x -o $@ $< -L/usr/lib/mysql -lmysqlclient $(CC) -shared -Xlinker -x -o $@ $< -L/usr/lib/mysql -lmysqlclient
else
app_voicemail2.so : app_voicemail2.o
$(CC) -shared -Xlinker -x -o $@ $<
endif endif
app_sql_postgres.o: app_sql_postgres.c app_sql_postgres.o: app_sql_postgres.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment