diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-03 23:51:29 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-03 23:51:29 +0200 |
commit | 510448fe2bde7592df8d1d83bfec9397eed1696c (patch) | |
tree | 81769e15b7b2a1a29dde56e60a3b05b9e1888d7f /Makefile | |
parent | Add pure attributes (diff) | |
download | libcontacts-510448fe2bde7592df8d1d83bfec9397eed1696c.tar.gz libcontacts-510448fe2bde7592df8d1d83bfec9397eed1696c.tar.bz2 libcontacts-510448fe2bde7592df8d1d83bfec9397eed1696c.tar.xz |
Add libcontacts_same_number
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ OBJ =\ libcontacts_organisation_destroy.o\ libcontacts_parse_contact.o\ libcontacts_pgpkey_destroy.o\ + libcontacts_same_number.o\ libcontacts_save_contact.o\ libcontacts_site_destroy.o |