mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
da2189b3d2
Original commit message from CVS: currently this creates an empty shared library, just so the header can be installed. I would appreciate help on how to do this properly with automake.
12 lines
290 B
Makefile
12 lines
290 B
Makefile
librarydir = $(libdir)/gst
|
|
|
|
library_LTLIBRARIES = libgstfloatcast.la
|
|
|
|
libgstfloatcast_la_SOURCES =
|
|
|
|
libgstfloatcastincludedir = $(includedir)/gst/floatcast
|
|
libgstfloatcastinclude_HEADERS = floatcast.h
|
|
|
|
libgstfloatcast_la_LIBADD =
|
|
libgstfloatcast_la_CFLAGS =
|
|
libgstfloatcast_la_LDFLAGS =
|