mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
currently this creates an empty shared library, just so the header can be installed. I would appreciate help on how ...
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.
This commit is contained in:
parent
2a968ffb81
commit
e9ab9a2b9d
1 changed files with 12 additions and 0 deletions
12
gst-libs/gst/floatcast/Makefile.am
Normal file
12
gst-libs/gst/floatcast/Makefile.am
Normal file
|
@ -0,0 +1,12 @@
|
|||
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 =
|
Loading…
Reference in a new issue