gstplay now builds from build-directory, doesn't require a make install

Original commit message from CVS:
gstplay now builds from build-directory, doesn't require a make install
This commit is contained in:
Erik Walthinsen 2001-01-01 03:18:17 +00:00
parent b2a9bc3e6b
commit c8061af9e7
2 changed files with 5 additions and 3 deletions

2
gstplay/.gitignore vendored
View file

@ -5,4 +5,6 @@ Makefile.in
*.la
.deps
.libs
gstmediaplay
gstplay

View file

@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) \
$(shell gnome-config --cflags gnomeui) $(shell gstreamer-config --cflags)
$(shell gnome-config --cflags gnomeui) -I..
bin_PROGRAMS = gstmediaplay
@ -25,10 +25,10 @@ CFLAGS += -O2 -Wall -DDATADIR=\""$(gladedir)/"\"
#CFLAGS += -pg -O2 -Wall -DDATADIR=\""$(gladedir)/"\"
gstmediaplay_CFLAGS = $(shell gnome-config --cflags gnomeui) $(shell libglade-config --cflags gnome) \
$(shell gstreamer-config --cflags )
-I..
gstmediaplay_LDFLAGS = $(shell gnome-config --libs gnomeui) $(shell libglade-config --libs gnome) \
$(shell gstreamer-config --libs ) ./libgstmediaplay.la
../gst/libgst.la ./libgstmediaplay.la
if HAVE_LIBXV