Mercurial > audlegacy-plugins
annotate src/alarm/Makefile @ 387:0c50f248ed10 trunk
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
author | giacomo |
---|---|
date | Sun, 17 Dec 2006 07:06:34 -0800 |
parents | 8b343e9684b5 |
children | ad8e44bcdf8a |
rev | line source |
---|---|
121 | 1 include ../../mk/rules.mk |
2 include ../../mk/init.mk | |
3 | |
4 SUBDIRS = | |
5 | |
6 OBJECTIVE_LIBS = libalarm$(SHARED_SUFFIX) | |
7 | |
8 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) | |
9 | |
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
134
diff
changeset
|
10 LIBADD += $(GTK_LIBS) $(AUDACIOUS_LIBS) |
121 | 11 |
12 SOURCES = alarm.c interface.c | |
13 | |
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
134
diff
changeset
|
14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) $(BEEP_DEFINES) -I../../intl -I../.. |
121 | 15 |
16 OBJECTS = ${SOURCES:.c=.o} | |
17 | |
18 include ../../mk/objective.mk |