Mercurial > audlegacy-plugins
view src/vtx/Makefile @ 911:0010163f8e25 trunk
[svn] - aosd: added support to detect whether a composite manager is running (either standard with _NET_WM_CM_Sn or xcompmgr)
author | giacomo |
---|---|
date | Wed, 04 Apr 2007 07:48:53 -0700 |
parents | 26ff35aa9b2b |
children | c78a88954801 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libvtx$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) SOURCES = lh5dec.c ay8912.c about.c config.c info.c vtx.c vtxfile.c OBJECTS = ${SOURCES:.c=.o} LIBADD = $(VTX_LIBS) CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I. -I../../intl -I../.. -I../.. include ../../mk/objective.mk