Skip to content

Commit 65a708a

Browse files
author
menno
committed
forgot 1
1 parent e2634aa commit 65a708a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

plugins/xmms/src/Makefile.am

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
libdir = `xmms-config --input-plugin-dir`
1+
libdir = `$(XMMS_CONFIG) --input-plugin-dir`
22
lib_LTLIBRARIES = libmp4.la
33

4-
INCLUDES = -I../../../common/mp4v2 -DHAVE_GLIB_H=1 -I../../../
4+
libmp4_la_CFLAGS = `$(XMMS_CONFIG) --cflags` -Wall \
5+
`$(GTK_CONFIG) --cflags` -DHAVE_GLIB_H=1 \
6+
-I$(top_srcdir)/include -I$(top_srcdir)/common/mp4v2
57

6-
libmp4_la_CFLAGS = `xmms-config --cflags` -Wall -I$(top_srcdir)/include
8+
libmp4_la_LIBADD = $(top_builddir)/libfaad/libfaad.la \
9+
$(top_builddir)/common/mp4v2/libmp4v2.la
710

8-
libmp4_la_LDFLAGS = -module -avoid-version `xmms-config --libs` -lfaad -lpthread -lstdc++ -lmp4v2
11+
libmp4_la_LDFLAGS = -module -avoid-version `$(XMMS_CONFIG) --libs` \
12+
`$(GTK_CONFIG) --libs` -lpthread -lstdc++
913
libmp4_la_SOURCES = libmp4.c mp4_utils.c aac_utils.c

0 commit comments

Comments
 (0)