gstreamer/test/bindings/Makefile.am
Wim Taymans fea2f662c1 The examples must not be installed
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
2001-01-02 19:46:43 +00:00

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