mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
b0410c31e1
Original commit message from CVS: add missing header file to makefile for disting
10 lines
285 B
Makefile
10 lines
285 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstasfdemux.la
|
|
|
|
libgstasfdemux_la_SOURCES = gstasfdemux.c
|
|
libgstasfdemux_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstasfdemux_la_LIBADD =
|
|
libgstasfdemux_la_LDFLAGS = $(GST_LIBS)
|
|
|
|
noinst_HEADERS = gstasfdemux.h asfheaders.h
|