summaryrefslogtreecommitdiff
path: root/plugins/liboggedit/Makefile.am
blob: cdf591246c7a48ef976ce386903487e9801ae415 (plain)
1
2
3
4
5
if HAVE_VORBIS
noinst_LIBRARIES = liboggedit.a
liboggedit_a_SOURCES = oggedit.c
AM_CFLAGS = $(VORBIS_CFLAGS) -fPIC -std=c99
endif