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:
Steve Baker 2002-04-26 09:18:39 +00:00
parent 2a968ffb81
commit e9ab9a2b9d

View 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 =