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 = \
mainwindow.c \
calllist.c \
dialpad.c \
audioconf.c \
menus.c \
calltab.c \
calltree.c \
actions.c \
configwindow.c \
accountlist.c \
accountwindow.c \
marshaller.c \
sliders.c \
statusicon.c \
codeclist.c \
timestamp.c \
reqaccount.c \
hooks-config.c
reqaccount.c
noinst_HEADERS = actions.h dbus.h sflnotify.h mainwindow.h calllist.h dialpad.h audioconf.h codeclist.h assistant.h \
callmanager-glue.h errors.h sflphone_const.h configurationmanager-glue.h instance-glue.h menus.h calltab.h calltree.h configwindow.h \
accountlist.h accountwindow.h marshaller.h sliders.h statusicon.h timestamp.h reqaccount.h hooks-config.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 \
accountlist.h marshaller.h sliders.h statusicon.h
EXTRA_DIST = marshaller.list
......
......@@ -2,7 +2,12 @@ include ../../globals.mak
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@
......
File moved
File moved
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