let's not install the libmodplug helper library

Original commit message from CVS:
let's not install the libmodplug helper library
This commit is contained in:
Andy Wingo 2002-03-03 16:53:17 +00:00
parent 23ec947d9b
commit 4a7a559e42
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,5 @@
SUBDIRS=libmodplug .
plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstmodplug.la
@ -7,7 +9,5 @@ libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS)
libgstmodplug_la_LIBADD = $(GST_LIBS) libmodplug/libmodplug.la
libgstmodplug_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
SUBDIRS=libmodplug
noinst_HEADERS = gstmodplug.h

View file

@ -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