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

Add symbolic link at compilation

parent c45f2a04
No related branches found
No related tags found
No related merge requests found
......@@ -32,4 +32,11 @@ sflphone_gtk_LDADD = $(DEPS_LIBS) -lnotify
AM_CPPFLAGS = $(DEPS_CFLAGS) \
-DICONS_DIR=\""$(datadir)/sflphone"\" \
-DICON_DIR=\""$(datadir)/pixmaps"\" \
-DCODECS_DIR=\""$(libdir)/sflphone/codecs"\"
-DCODECS_DIR=\""$(libdir)/sflphone/codecs"
# add symbolic link
install-exec-hook:
ln -s $(bindir)/sflphone-gtk $(bindir)/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