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

Refactoring - step 2

Moved remaining config related sources
parent 89e4f827
No related branches found
No related tags found
No related merge requests found
...@@ -18,25 +18,21 @@ sflphone_gtk_SOURCES = \ ...@@ -18,25 +18,21 @@ sflphone_gtk_SOURCES = \
mainwindow.c \ mainwindow.c \
calllist.c \ calllist.c \
dialpad.c \ dialpad.c \
audioconf.c \
menus.c \ menus.c \
calltab.c \ calltab.c \
calltree.c \ calltree.c \
actions.c \ actions.c \
configwindow.c \
accountlist.c \ accountlist.c \
accountwindow.c \
marshaller.c \ marshaller.c \
sliders.c \ sliders.c \
statusicon.c \ statusicon.c \
codeclist.c \ codeclist.c \
timestamp.c \ timestamp.c \
reqaccount.c \ reqaccount.c
hooks-config.c
noinst_HEADERS = actions.h dbus.h sflnotify.h mainwindow.h calllist.h dialpad.h audioconf.h codeclist.h assistant.h \ noinst_HEADERS = actions.h dbus.h sflnotify.h mainwindow.h calllist.h dialpad.h codeclist.h assistant.h timestamp.h reqaccount.h \
callmanager-glue.h errors.h sflphone_const.h configurationmanager-glue.h instance-glue.h menus.h calltab.h calltree.h configwindow.h \ callmanager-glue.h errors.h sflphone_const.h configurationmanager-glue.h instance-glue.h menus.h calltab.h calltree.h \
accountlist.h accountwindow.h marshaller.h sliders.h statusicon.h timestamp.h reqaccount.h hooks-config.h accountlist.h marshaller.h sliders.h statusicon.h
EXTRA_DIST = marshaller.list EXTRA_DIST = marshaller.list
......
...@@ -2,7 +2,12 @@ include ../../globals.mak ...@@ -2,7 +2,12 @@ include ../../globals.mak
noinst_LTLIBRARIES = libconfig.la noinst_LTLIBRARIES = libconfig.la
libconfig_la_SOURCES = addressbook-config.c libconfig_la_SOURCES = \
addressbook-config.c \
configwindow.c \
accountwindow.c \
hooks-config.c \
audioconf.c
libconfig_la_LDFLAGS = @DEPS_LDFLAGS@ libconfig_la_LDFLAGS = @DEPS_LDFLAGS@
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment