]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/blob - plugins/elements/Makefile.am
Changed Makefiles to: detect xaudio (check header xaudio/decoder.h) detect mmx.h...
[glsdk/gstreamer0-10.git] / plugins / elements / Makefile.am
1 lib_LTLIBRARIES = libgstelements.la
3 libgstelements_la_DEPENDENCIES = ../libgst.la
4 libgstelements_la_SOURCES =     \
5         gstelements.c           \
6         gstfakesrc.c            \
7         gstidentity.c           \
8         gstfakesink.c           \
9         gstdisksrc.c            \
10         gstasyncdisksrc.c       \
11         gstfdsrc.c              \
12         gsthttpsrc.c            \
13         gstaudiosink.c          \
14         gstaudiosrc.c           \
15         gstfdsink.c             \
16         gstqueue.c              \
17         gstsinesrc.c
19 noinst_HEADERS =                \
20         gstfakesrc.h            \
21         gstidentity.h           \
22         gstfakesink.h           \
23         gstdisksrc.h            \
24         gstasyncdisksrc.h       \
25         gstfdsrc.h              \
26         gsthttpsrc.h            \
27         gstaudiosink.h          \
28         gstaudiosrc.h           \
29         gstfdsink.h             \
30         gstqueue.h              \
31         gstsinesrc.h
33 libgstelements_la_LIBADD = $(GLIB_LIBS) $(GTK_LIBS) 
34 libgstelements_la_LDFLAGS = -version-info $(STREAMER_CURRENT):$(STREAMER_REVISION):$(STREAMER_AGE)