diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-22 23:43:34 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-22 23:43:34 +0000 |
commit | 41585b7e7836988c2e6ca136f8a85733ff2dc3cc (patch) | |
tree | 46e41cabc8389bcc1525a4c9dd2dbbac25d6b0bb /gst-libs/gst/audio/Makefile.am | |
parent | 0e758d6292d8c330db3c0abcaa0a9a359a27cf10 (diff) | |
download | gst-plugins-bad-41585b7e7836988c2e6ca136f8a85733ff2dc3cc.tar.gz gst-plugins-bad-41585b7e7836988c2e6ca136f8a85733ff2dc3cc.tar.bz2 gst-plugins-bad-41585b7e7836988c2e6ca136f8a85733ff2dc3cc.zip |
moving and renaming we put the libs in the source in gst-libs/gst/(dir) the headers get installed in prefix/include/g...
Original commit message from CVS:
moving and renaming
we put the libs in the source in gst-libs/gst/(dir)
the headers get installed in prefix/include/gst/(dir)
the libs are installed in prefix/lib/gst
with a libgst prefix
the sources should be without the gst prefix
as per irc agreement
please comment if this sounds like a bad idea ;)
Diffstat (limited to 'gst-libs/gst/audio/Makefile.am')
-rw-r--r-- | gst-libs/gst/audio/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am new file mode 100644 index 00000000..433c4fd0 --- /dev/null +++ b/gst-libs/gst/audio/Makefile.am @@ -0,0 +1,11 @@ +## libdir = $(libdir)/gst + +lib_LTLIBRARIES = libgstaudio.la + +libgstaudio_la_SOURCES = audio.c + +libgstaudioincludedir = $(includedir)/gst/audio +libgstaudioinclude_HEADERS = audio.h + +libgstaudio_la_LIBADD = $(GST_LIBS) +libgstaudio_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math |