gstreamer/gst-libs/gst/floatcast/Makefile.am
Steve Baker e9ab9a2b9d 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.
2002-04-26 09:18:39 +00:00

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