Mercurial > audlegacy-plugins
view src/evdev-plug/Makefile @ 2800:ea4e97a98914
a fix for automatic plugin _CFGIDs to be generated
| author | Andrew O. Shadoura <bugzilla@tut.by> |
|---|---|
| date | Sat, 12 Jul 2008 02:40:00 +0300 |
| parents | c42fa8f89616 |
| children |
line wrap: on
line source
PLUGIN = evdev-plug${PLUGIN_SUFFIX} SRCS = ed.c \ ed_bindings_store.c \ ed_internals.c \ ed_ui.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS}
