Skip to content
Snippets Groups Projects
Commit 96bc5740 authored by Yun Liu's avatar Yun Liu
Browse files

Fix the extra prefix problem in sflphone-gtk

parent 072a374f
No related branches found
No related tags found
No related merge requests found
......@@ -43,12 +43,13 @@ EXTRA_DIST = marshaller.list
sflphone_gtk_LDADD = $(DEPS_LIBS) $(NOTIFY_LIBS) $(SEXY_LIBS)
AM_CPPFLAGS = $(DEPS_CFLAGS) \
-DICONS_DIR=\""$(datadir)/sflphone"\" \
-DCODECS_DIR=\""$(libdir)/sflphone/codecs"\"
-DICONS_DIR=\""/usr/share/sflphone"\" \
-DCODECS_DIR=\""/usr/lib/sflphone/codecs"\"
# add symbolic link
install-exec-local:
ln -sf $(bindir)/sflphone-gtk $(bindir)/sflphone
echo $(prefix); echo $(bindir); echo $(datadir); echo $(libdir)
cd $(bindir); ln -sf sflphone-gtk 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