You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
513 B
20 lines
513 B
# Makefile.am
|
|
# Source files are in subdirs
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
|
|
lib_LTLIBRARIES = liblutjanus.la
|
|
|
|
pkgconfig_DATA = liblutjanus.pc
|
|
|
|
# Source files
|
|
liblutjanus_la_SOURCES = \
|
|
src/xmpp_base.h src/xmpp_base.c \
|
|
src/xmpp_account.h src/xmpp_account.c \
|
|
src/xmpp_message.h src/xmpp_message.c \
|
|
src/xmpp_contact.h src/xmpp_contact.c \
|
|
src/xmpp_groupchat.h src/xmpp_groupchat.c \
|
|
src/xep/xep0048_bookmarks.h src/xep/xep0048_bookmarks.c \
|
|
src/xmpp_core.h src/xmpp_core.c
|
|
|
|
include_HEADERS = lutjanus.h
|