Skip to content
Snippets Groups Projects
Unverified Commit b10101d8 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

Makefile.am: treat jami_contact.h like other files in jamidht

This homogeneize build between autotools and CMake. jami_contact.h
is a source.

Change-Id: I5bf7a46c858dbfd6ccc4b8c0d053b3b834eebf13
parent 5fd4d2e0
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ libringacc_la_SOURCES = \
./jamidht/accountarchive.h \
./jamidht/p2p.cpp \
./jamidht/p2p.h \
./jamidht/jami_contact.h \
./jamidht/contact_list.h \
./jamidht/contact_list.cpp \
./jamidht/account_manager.h \
......@@ -49,6 +50,4 @@ endif
include ./jamidht/eth/libdevcore/Makefile.am
include ./jamidht/eth/libdevcrypto/Makefile.am
nobase_include_HEADERS += ./jamidht/jami_contact.h
libring_la_LIBADD += libringacc.la
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