Various fixes for the build/install problems update to the docs/manual. Added a simpl...
[platform/upstream/gstreamer.git] / libs / riff / Makefile.am
1 filterdir = $(libdir)/gst
2
3 filter_LTLIBRARIES = libgstriff.la
4
5 libgstriff_la_SOURCES = gstriffparse.c gstriffencode.c gstriffutil.c
6
7 libgstriffincludedir = $(includedir)/gst/libs/gstriff
8 libgstriffinclude_HEADERS = gstriff.h
9
10 CFLAGS += -Wall -O2  -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math
11
12 INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
13 LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_srcdir)/gst/libgst.la