mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-09 07:52:36 +00:00
5 lines
134 B
Makefile
5 lines
134 B
Makefile
noinst_LTLIBRARIES = libexample.la
|
|
|
|
libexample_la_SOURCES = example.c
|
|
libexample_la_CFLAGS = $(GST_CFLAGS)
|
|
noinst_HEADERS = example.h
|