xref
: /
external
/
libxcam
/
wrapper
/
Makefile.am
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
if
ENABLE_GST
3
GST_DIR
=
gstreamer
4
else
5
GST_DIR
=
6
endif
7
8
SUBDIRS
= $(
GST_DIR
)
9