ges: Hide internal debug category behind a GOnce
[platform/upstream/gstreamer.git] / plugins / nle / Makefile.am
1 plugin_LTLIBRARIES = libgstnle.la
2
3 libgstnle_la_SOURCES = gstnle.c \
4         nleobject.c             \
5         nlecomposition.c        \
6         nleghostpad.c           \
7         nleoperation.c          \
8         nlesource.c             \
9         nleurisource.c
10
11 libgstnle_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
12         $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
13         -I$(top_srcdir)
14
15 libgstnle_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
16         $(GST_BASE_LIBS) $(GST_LIBS)
17
18 libgstnle_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
19
20 noinst_HEADERS = \
21         nle.h                   \
22         nleobject.h             \
23         nlecomposition.h        \
24         nletypes.h              \
25         nleghostpad.h           \
26         nleoperation.h          \
27         nlesource.h             \
28         nletypes.h              \
29         nleurisource.h