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

add timestamp

parent 879c6193
No related branches found
No related tags found
No related merge requests found
......@@ -20,11 +20,12 @@ sflphone_gtk_SOURCES = \
sliders.c \
statusicon.c \
codeclist.c \
timestamp.c \
MemManager.c
noinst_HEADERS = actions.h dbus.h sflnotify.h mainwindow.h calllist.h dialpad.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
accountlist.h accountwindow.h marshaller.h sliders.h statusicon.h timestamp.h
EXTRA_DIST = marshaller.list
sflphone_gtk_LDADD = $(DEPS_LIBS) -lnotify
......
This diff is collapsed.
......@@ -21,9 +21,10 @@
#define __CALLTREE_H__
#include <gtk/gtk.h>
#include <calllist.h>
#include <calltab.h>
#include <time.h>
#include <timestamp.h>
/** @file calltree.h
......
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