mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
e7b9201555
Original commit message from CVS: reorganize C/LIB flags add gst_info to gstcompat.h
7 lines
162 B
Makefile
7 lines
162 B
Makefile
noinst_PROGRAMS = mp3parselaunch
|
|
|
|
mp3parselaunch_LDADD = $(GST_OBJ_LIBS)
|
|
mp3parselaunch_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|
|
noinst_SCRIPTS = mp3play
|
|
EXTRA_DIST = mp3play
|