aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 8a14c5558..0e535f690 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -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