summaryrefslogtreecommitdiffstats
path: root/gst-libs
diff options
context:
space:
mode:
authorSteve Baker <steve@stevebaker.org>2002-04-26 09:18:39 +0000
committerSteve Baker <steve@stevebaker.org>2002-04-26 09:18:39 +0000
commitda2189b3d2fad32fa05b7c976f367f7cd73d7c13 (patch)
tree23a52453874029ac281479b6e2fedd588ec10e3c /gst-libs
parent82c8c624d3c93100b62492e8f0fa399a08d62567 (diff)
downloadgst-plugins-bad-da2189b3d2fad32fa05b7c976f367f7cd73d7c13.tar.gz
gst-plugins-bad-da2189b3d2fad32fa05b7c976f367f7cd73d7c13.tar.bz2
gst-plugins-bad-da2189b3d2fad32fa05b7c976f367f7cd73d7c13.zip
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.
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/floatcast/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/gst-libs/gst/floatcast/Makefile.am b/gst-libs/gst/floatcast/Makefile.am
new file mode 100644
index 00000000..6ad5d151
--- /dev/null
+++ b/gst-libs/gst/floatcast/Makefile.am
@@ -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 =