summaryrefslogtreecommitdiff
path: root/gstplay/Makefile.am
blob: 7b6dc5477473ce895c0d1b351d43a70d87ecf049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
## Process this file with automake to produce Makefile.in

# FIXME FIXME

LIBADD += $(GNOME_LIBS) $(GST_LIBS)
CFLAGS += $(GNOME_CFLAGS) $(GST_CFLAGS) -DDATADIR=\""$(gladedir)/"\"

bin_PROGRAMS = gstmediaplay 

lib_LTLIBRARIES = libgstmediaplay.la

man_MANS = gstmediaplay.1

gladedir = $(datadir)/gstmediaplay
glade_DATA = gstmediaplay.glade play.xpm stop.xpm pause.xpm

EXTRA_DIST = $(glade_DATA) $(man_MANS)

libgstmediaplay_la_SOURCES = \
	gstplay.c \
	gstmediaplay.c \
	gststatusarea.c \
	callbacks.c \
	full-screen.c

gstmediaplay_SOURCES = \
	main.c 

libgstmediaplayincludedir = $(includedir)/gstplay
libgstmediaplayinclude_HEADERS = \
	gstplay.h 

noinst_HEADERS = \
	gstmediaplay.h \
	gststatusarea.h \
	callbacks.h \
	gstplayprivate.h \
	full-screen.h

libgstmediaplay_la_LDFLAGS = -rdynamic

gstmediaplay_CFLAGS = $(LIBGLADE_GNOME_CFLAGS)
gstmediaplay_LDADD = $(GST_LIBS) $(LIBGLADE_GNOME_LIBS) libgstmediaplay.la