Mercurial > audlegacy-plugins
view src/notify/Makefile @ 91:6e1002ea4ded trunk
[svn] - some seek code (can't be implemented right now though)
- change `return 1' to `return NULL' in decode_thread().
| author | nenolod |
|---|---|
| date | Thu, 12 Oct 2006 09:05:01 -0700 |
| parents | cf1054422f81 |
| children |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libnotify$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) SOURCES = notify.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(LIBNOTIFY_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. -DDATA_DIR=\"$(datadir)\" CXXFLAGS = $(CFLAGS) LIBADD = $(GTK_LIBS) $(LIBNOTIFY_LIBS) include ../../mk/objective.mk
