gst/rtpmanager/Makefile.am: Add .h file so it can be disted properly.
[platform/upstream/gstreamer.git] / gst / rtpmanager / Makefile.am
1
2 plugin_LTLIBRARIES = libgstrtpmanager.la
3
4 libgstrtpmanager_la_SOURCES = gstrtpmanager.c \
5                               gstrtpbin.c \
6                               gstrtpclient.c \
7                               async_jitter_queue.c \
8                               gstrtpjitterbuffer.c \
9                               gstrtpptdemux.c \
10                               gstrtpsession.c
11
12 noinst_HEADERS = gstrtpbin.h \
13                  gstrtpclient.h \
14                  async_jitter_queue.h \
15                  gstrtpjitterbuffer.h \
16                  gstrtpptdemux.h \
17                  gstrtpsession.h
18
19 libgstrtpmanager_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
20 libgstrtpmanager_la_LIBADD = $(GST_LIBS_LIBS)
21 libgstrtpmanager_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@
22
23 EXTRA_DIST = 
24