Mercurial > audlegacy-plugins
annotate src/alsa/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 | cf1054422f81 |
| children | ad8e44bcdf8a |
| rev | line source |
|---|---|
| 17 | 1 include ../../mk/rules.mk |
| 2 include ../../mk/init.mk | |
| 3 | |
| 4 OBJECTIVE_LIBS = libALSA$(SHARED_SUFFIX) | |
| 5 | |
| 6 noinst_HEADERS = alsa.h | |
| 7 | |
| 8 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | |
| 9 | |
|
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
17
diff
changeset
|
10 LIBADD = $(GTK_LIBS) $(ALSA_LIBS) $(AUDACIOUS_LIBS) -lpthread |
| 17 | 11 SOURCES = alsa.c about.c audio.c configure.c init.c |
| 12 | |
| 13 OBJECTS = ${SOURCES:.c=.o} | |
| 14 | |
|
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
17
diff
changeset
|
15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ALSA_CFLAGS) $(AUDACIOUS_CFLAGS) \ |
| 17 | 16 -I../../intl -I../.. |
| 17 | |
| 18 include ../../mk/objective.mk |
