mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 06:58:49 +00:00
Added the headers
Original commit message from CVS: Added the headers
This commit is contained in:
parent
4b984710c6
commit
c50c190b17
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
noinst_PROGRAMS = mixer
|
noinst_PROGRAMS = mixer
|
||||||
|
noinst_HEADERS = mixer.h
|
||||||
|
|
||||||
LIBS += $(GST_LIBS)
|
LIBS += $(GST_LIBS)
|
||||||
CFLAGS += $(GST_CFLAGS)
|
CFLAGS += $(GST_CFLAGS)
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
noinst_PROGRAMS = mixer
|
noinst_PROGRAMS = mixer
|
||||||
|
noinst_HEADERS = mixer.h
|
||||||
|
|
||||||
LIBS += $(GST_LIBS)
|
LIBS += $(GST_LIBS)
|
||||||
CFLAGS += $(GST_CFLAGS)
|
CFLAGS += $(GST_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue