summaryrefslogtreecommitdiffstats
path: root/sys/oss/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-03-23 04:42:57 +0000
committerDavid Schleef <ds@schleef.org>2004-03-23 04:42:57 +0000
commitfa587e1ce5133f59ad0eed1aeb2836c5d232f11b (patch)
tree2132f9bb72fad988fc92e48e0cd92fcc2ad480b7 /sys/oss/Makefile.am
parent3cd8eca7f3ae6762de6218dda747ef63aa988115 (diff)
minor updates to last checkin
Original commit message from CVS: minor updates to last checkin
Diffstat (limited to 'sys/oss/Makefile.am')
-rw-r--r--sys/oss/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/oss/Makefile.am b/sys/oss/Makefile.am
index 5480bb7e..0f1d17ed 100644
--- a/sys/oss/Makefile.am
+++ b/sys/oss/Makefile.am
@@ -18,6 +18,6 @@ noinst_HEADERS = gstosssink.h \
noinst_PROGRAMS = oss_probe
oss_probe_SOURCES = oss_probe.c
-oss_probe_CFLAGS = $(GLIB_CFLAGS)
+oss_probe_CFLAGS = $(GST_CFLAGS)
oss_probe_LDADD = $(GLIB_LIBS)