Skip to content

Commit

Permalink
Install header files
Browse files Browse the repository at this point in the history
  • Loading branch information
mporrato committed Dec 25, 2014
1 parent a9a0ba6 commit f9af6bc
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -59,36 +59,39 @@ CLEANFILES += conf/janus.cfg.sample
# Janus
##

janus_SOURCES = \
apierror.c \
nobase_pkginclude_HEADERS = \
apierror.h \
cmdline.c \
cmdline.h \
config.c \
config.h \
debug.h \
dtls.c \
dtls.h \
ice.c \
ice.h \
janus.c \
janus.h \
mutex.h \
record.c \
record.h \
rtcp.c \
rtcp.h \
rtp.h \
sctp.c \
sctp.h \
sdp.c \
sdp.h \
utils.c \
utils.h \
plugins/plugin.c \
plugins/plugin.h \
$(NULL)

janus_SOURCES = \
apierror.c \
cmdline.c \
config.c \
dtls.c \
ice.c \
janus.c \
record.c \
rtcp.c \
sctp.c \
sdp.c \
utils.c \
plugins/plugin.c \
$(NULL)

janus_CFLAGS = \
$(AM_CFLAGS) \
$(JANUS_CFLAGS) \
Expand Down

0 comments on commit f9af6bc

Please sign in to comment.