Skip to content
Snippets Groups Projects
Commit c4ec653f authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#1212] Change binary name to sflphone-client-gnome

parent 70fb636c
No related branches found
No related tags found
No related merge requests found
include ../globals.mak
bin_PROGRAMS = sflphone-gtk
bin_PROGRAMS = sflphone-client-gnome
SUBDIRS = config contacts dbus
......@@ -9,7 +9,7 @@ LOG4C = -llog4c
SFLPHONEGTK_LIBS=./contacts/libcontacts.la ./config/libconfig.la ./dbus/libdbus.la
sflphone_gtk_SOURCES = \
sflphone_client_gnome_SOURCES = \
main.c \
errors.c \
sflnotify.c \
......@@ -32,12 +32,12 @@ noinst_HEADERS = actions.h sflnotify.h mainwindow.h dialpad.h codeclist.h \
menus.h accountlist.h sliders.h statusicon.h call.h toolbar.h
sflphone_gtk_LDADD = $(DEPS_LIBS) $(NOTIFY_LIBS) $(SFLPHONEGTK_LIBS) $(LIBSEXY_LIBS) $(LOG4C)
sflphone_client_gnome_LDADD = $(DEPS_LIBS) $(NOTIFY_LIBS) $(SFLPHONEGTK_LIBS) $(LIBSEXY_LIBS) $(LOG4C)
# add symbolic link
install-exec-local:
echo $(prefix); echo $(bindir); echo $(datadir); echo $(libdir)
cd $(bindir); ln -sf sflphone-gtk sflphone
cd $(bindir); ln -sf sflphone-client-gnome sflphone
uninstall-local:
-test -h $(bindir)/sflphone && rm $(bindir)/sflphone
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment