mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
4498dccbec
Original commit message from CVS: Removed the GST_CONFIG_DIR from config.h and made a -D CFLAG for it instead so that we can do full expansion on the sysconfdir.
10 lines
346 B
Makefile
10 lines
346 B
Makefile
bin_PROGRAMS = gstreamer-launch gstreamer-register gstreamer-inspect \
|
|
gstreamer-compprep gstreamer-complete
|
|
|
|
man_MANS = gstreamer-launch.1 gstreamer-register.1 gstreamer-inspect.1 \
|
|
gstreamer-complete.1 gstreamer-compprep.1
|
|
|
|
LDADD = $(GST_LIBS)
|
|
CFLAGS = $(LIBGST_CFLAGS) -DGST_CONFIG_DIR=\""@sysconfdir@/gstreamer"\"
|
|
|
|
EXTRA_DIST = $(man_MANS)
|