mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
Fix bug 104695, add the 5 files to CLEANFILES. Could maybe be done a little cleaner in testsuite/threads, depending ...
Original commit message from CVS: Fix bug 104695, add the 5 files to CLEANFILES. Could maybe be done a little cleaner in testsuite/threads, depending on what the registry.xml file is generated by, etc. Probably fine as it is.
This commit is contained in:
parent
e008f75060
commit
da83c3bba3
3 changed files with 6 additions and 0 deletions
|
@ -23,3 +23,5 @@ EXTRA_DIST = \
|
|||
gstreamer-uninstalled.pc.in \
|
||||
gstreamer-control.pc.in \
|
||||
gstreamer-control-uninstalled.pc.in
|
||||
|
||||
CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)
|
||||
|
|
|
@ -24,3 +24,5 @@ thread4_SOURCES = thread.c
|
|||
thread4_CFLAGS = -DTESTNUM=4 $(AM_CFLAGS)
|
||||
thread5_SOURCES = thread.c
|
||||
thread5_CFLAGS = -DTESTNUM=5 $(AM_CFLAGS)
|
||||
|
||||
CLEANFILES = threadstest-registry.xml
|
||||
|
|
|
@ -24,3 +24,5 @@ thread4_SOURCES = thread.c
|
|||
thread4_CFLAGS = -DTESTNUM=4 $(AM_CFLAGS)
|
||||
thread5_SOURCES = thread.c
|
||||
thread5_CFLAGS = -DTESTNUM=5 $(AM_CFLAGS)
|
||||
|
||||
CLEANFILES = threadstest-registry.xml
|
||||
|
|
Loading…
Reference in a new issue