Skip to content
Snippets Groups Projects
Commit 9fc1e995 authored by Julien Bonjean's avatar Julien Bonjean
Browse files

Cleaned and fixed makefile

parent 8785b5bc
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,6 @@ libtoolize --force ...@@ -10,6 +10,6 @@ libtoolize --force
autoheader autoheader
autoconf -f autoconf -f
automake -a automake -a
#./configure $@ ./configure $@
...@@ -2,7 +2,7 @@ bin_PROGRAMS = sflphone-gtk ...@@ -2,7 +2,7 @@ bin_PROGRAMS = sflphone-gtk
SUBDIRS=contactlist SUBDIRS=contactlist
noinst_LTLIBRARIES = libsflphonegtk.la # noinst_LTLIBRARIES = libsflphonegtk.la
NOFIFY_LIBS=-lnotify NOFIFY_LIBS=-lnotify
SEXY_LIBS=-lsexy SEXY_LIBS=-lsexy
...@@ -47,10 +47,8 @@ noinst_HEADERS = actions.h dbus.h sflnotify.h mainwindow.h calllist.h dialpad.h ...@@ -47,10 +47,8 @@ noinst_HEADERS = actions.h dbus.h sflnotify.h mainwindow.h calllist.h dialpad.h
EXTRA_DIST = marshaller.list EXTRA_DIST = marshaller.list
sflphone_gtk_LDADD = $(DEPS_LIBS) $(NOTIFY_LIBS) $(SEXY_LIBS) \ sflphone_gtk_LDADD = $(DEPS_LIBS) $(NOTIFY_LIBS) $(SEXY_LIBS) \
./libsflphonegtk.la ./contactlist/libcontact.la
libsflphonegtk_la_LIBADD = \
contactlist/libcontact.la
AM_CPPFLAGS = $(DEPS_CFLAGS) \ AM_CPPFLAGS = $(DEPS_CFLAGS) \
-DICONS_DIR=\""$(prefix)/share/sflphone"\" \ -DICONS_DIR=\""$(prefix)/share/sflphone"\" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment