Mercurial > audlegacy-plugins
annotate src/Makefile @ 1975:00394f91e3c6
Updated plugins depending on old configdb to #include <audacious/plugin.h> so that bmp_cfg_db_* functions are still defined.
author | Ben Tucker <ben.tucker@gmail.com> |
---|---|
date | Sat, 06 Oct 2007 18:39:37 -0700 |
parents | d9d4b258fbf1 |
children |
rev | line source |
---|---|
1765
1b521a30820b
update base makefiles to Mk2.
William Pitcock <nenolod@atheme.org>
parents:
1173
diff
changeset
|
1 include ../extra.mk |
12
3da1b8942b8b
[svn] - remove src/Input src/Output src/Effect src/General src/Visualization src/Container
nenolod
parents:
diff
changeset
|
2 |
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1765
diff
changeset
|
3 SUBDIRS = ${INPUT_PLUGINS} \ |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1765
diff
changeset
|
4 ${OUTPUT_PLUGINS} \ |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1765
diff
changeset
|
5 ${EFFECT_PLUGINS} \ |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1765
diff
changeset
|
6 ${VISUALIZATION_PLUGINS} \ |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1765
diff
changeset
|
7 ${GENERAL_PLUGINS} \ |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1765
diff
changeset
|
8 ${CONTAINER_PLUGINS} \ |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1765
diff
changeset
|
9 ${TRANSPORT_PLUGINS} |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1765
diff
changeset
|
10 |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1765
diff
changeset
|
11 include ../buildsys.mk |