Mercurial > audlegacy-plugins
annotate src/evdev-plug/Makefile @ 1992:6055af71fe07
It's plugin.h not vfs.h
author | Christian Birchinger <joker@netswarm.net> |
---|---|
date | Sun, 07 Oct 2007 23:35:47 +0200 |
parents | eed7c270e8dd |
children | a56a26a5f233 |
rev | line source |
---|---|
1841 | 1 PLUGIN = evdev-plug${PLUGIN_SUFFIX} |
1882 | 2 SRCS = ed.c \ |
3 ed_bindings_store.c \ | |
4 ed_internals.c \ | |
5 ed_ui.c | |
422
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
diff
changeset
|
6 |
1841 | 7 plugindir = audacious/${GENERAL_PLUGIN_DIR} |
422
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
diff
changeset
|
8 |
1841 | 9 include ../../buildsys.mk |
10 include ../../extra.mk | |
422
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
diff
changeset
|
11 |
1841 | 12 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. |
13 CFLAGS += ${PLUGIN_CFLAGS} | |
1882 | 14 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |