a working makefile.am and new key event handling for q to leave fullscreen and space...
[platform/upstream/gstreamer.git] / gstplay / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # FIXME FIXME
4
5 LIBADD += $(GNOME_LIBS) $(GST_LIBS)
6 CFLAGS += $(GNOME_CFLAGS) $(LIBGLADE_GNOME_CFLAGS) $(GST_CFLAGS) -DDATADIR=\""$(gladedir)/"\"
7
8 bin_PROGRAMS = gstmediaplay 
9
10 lib_LTLIBRARIES = libgstmediaplay.la
11
12 man_MANS = gstmediaplay.1
13
14 gladedir = $(datadir)/gstmediaplay
15 glade_DATA = gstmediaplay.glade play.xpm stop.xpm pause.xpm
16
17 EXTRA_DIST = $(glade_DATA) $(man_MANS)
18
19 libgstmediaplay_la_SOURCES = \
20         gstplay.c \
21         gstmediaplay.c \
22         gststatusarea.c \
23         callbacks.c
24
25 gstmediaplay_SOURCES = \
26         main.c 
27
28 libgstmediaplayincludedir = $(includedir)/gstplay
29 libgstmediaplayinclude_HEADERS = \
30         gstplay.h 
31
32 noinst_HEADERS = \
33         gstmediaplay.h \
34         gststatusarea.h \
35         callbacks.h \
36         gstplayprivate.h
37
38 libgstmediaplay_la_LDFLAGS = -rdynamic
39
40 gstmediaplay_CFLAGS = $(LIBGLADE_GNOME_CFLAGS)
41 gstmediaplay_LDADD = $(GST_LIBS) $(LIBGLADE_GNOME_LIBS) libgstmediaplay.la