More incremental updates. I can now successfully produce an rpm simply by typing...
[platform/upstream/gstreamer.git] / plugins / elements / Makefile.am
1 filterdir = $(libdir)/gst
2
3 filter_LTLIBRARIES = libgstelements.la
4
5 libgstelements_la_DEPENDENCIES = ../libgst.la
6 libgstelements_la_SOURCES =     \
7         gstelements.c           \
8         gstfakesrc.c            \
9         gstidentity.c           \
10         gstfakesink.c           \
11         gstdisksrc.c            \
12         gstasyncdisksrc.c       \
13         gstfdsrc.c              \
14         gsthttpsrc.c            \
15         gstaudiosink.c          \
16         gstaudiosrc.c           \
17         gstfdsink.c             \
18         gstqueue.c              \
19         gstsinesrc.c
20
21 noinst_HEADERS =                \
22         gstfakesrc.h            \
23         gstidentity.h           \
24         gstfakesink.h           \
25         gstdisksrc.h            \
26         gstasyncdisksrc.h       \
27         gstfdsrc.h              \
28         gsthttpsrc.h            \
29         gstaudiosink.h          \
30         gstaudiosrc.h           \
31         gstfdsink.h             \
32         gstqueue.h              \
33         gstsinesrc.h
34
35 libgstelements_la_LIBADD = $(GLIB_LIBS) $(GTK_LIBS) 
36 libgstelements_la_LDFLAGS = -version-info $(STREAMER_CURRENT):$(STREAMER_REVISION):$(STREAMER_AGE)