mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
fea2f662c1
Original commit message from CVS: The examples must not be installed Removed debugging from Makefiles for avidecoder/ac3parse /test/bindings/dummy.h cannot be installed
13 lines
253 B
Makefile
13 lines
253 B
Makefile
noinst_LTLIBRARIES = libcrashtest.la
|
|
|
|
libcrashtest_la_SOURCES = \
|
|
dummy.c
|
|
|
|
noinst_HEADERS = \
|
|
dummy.h
|
|
|
|
CFLAGS = $(shell gnome-config --cflags gnomeui)
|
|
LDFLAGS = $(shell gnome-config --libs gnomeui)
|
|
|
|
noinst_PROGRAMS = test
|
|
test_LDADD = libcrashtest.la
|