summaryrefslogtreecommitdiffstats
path: root/gst/modplug/libmodplug/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-03 16:53:17 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-03 16:53:17 +0000
commit4a7a559e427bf1f6e9fddb453252034541ad2bde (patch)
treefd778ab3c18dffa6b1f9b9cd416c5cc4bfadcf50 /gst/modplug/libmodplug/Makefile.am
parent23ec947d9b670cf04c8f311956538aab52a1abb8 (diff)
downloadgst-plugins-bad-4a7a559e427bf1f6e9fddb453252034541ad2bde.tar.gz
gst-plugins-bad-4a7a559e427bf1f6e9fddb453252034541ad2bde.tar.bz2
gst-plugins-bad-4a7a559e427bf1f6e9fddb453252034541ad2bde.zip
let's not install the libmodplug helper library
Original commit message from CVS: let's not install the libmodplug helper library
Diffstat (limited to 'gst/modplug/libmodplug/Makefile.am')
-rw-r--r--gst/modplug/libmodplug/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/modplug/libmodplug/Makefile.am b/gst/modplug/libmodplug/Makefile.am
index 83d04428..be6698b9 100644
--- a/gst/modplug/libmodplug/Makefile.am
+++ b/gst/modplug/libmodplug/Makefile.am
@@ -1,4 +1,5 @@
-lib_LTLIBRARIES = libmodplug.la
+noinst_LTLIBRARIES = libmodplug.la
+
libmodplug_la_CXXFLAGS = -fno-exceptions -Wall -ffast-math -D_REENTRANT
libmodplug_la_LDFLAGS = -module -avoid-version
libmodplug_la_SOURCES = tables.cpp \
@@ -34,7 +35,6 @@ libmodplug_la_SOURCES = tables.cpp \
load_psm.cpp \
modplug.cpp
-include_HEADERS = modplug.h
-noinst_HEADERS = it_defs.h stdafx.h sndfile.h
+noinst_HEADERS = it_defs.h stdafx.h sndfile.h modplug.h
EXTRA_DIST = changes.txt