annotate Plugins/Input/adplug/Makefile.am @ 394:df3895743234
trunk
[svn] FHS compatibility hacks
author |
nenolod |
date |
Thu, 05 Jan 2006 10:21:15 -0800 |
parents |
8df427a314a8 |
children |
5928c035fa4e |
rev |
line source |
359
|
1 if HAVE_ADPLUG
|
|
2
|
|
3 SUBDIRS = core
|
|
4 lib_LTLIBRARIES = libadplug.la
|
|
5
|
|
6 endif
|
|
7
|
|
8 libdir = $(plugindir)/$(INPUT_PLUGIN_DIR)
|
|
9
|
|
10 libadplug_la_LDFLAGS = -lstdc++ -lbinio $(PLUGIN_LDFLAGS) ./core/libadplugcore.la
|
|
11
|
|
12 libadplug_la_SOURCES = adplug-xmms.cc
|
|
13
|
394
|
14 INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) -I./core -I/usr/include/libbinio
|