mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
libFLAC 1.3.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# example_cpp_encode_file - Simple FLAC file encoder using libFLAC
|
||||
# Copyright (C) 2007-2009 Josh Coalson
|
||||
# Copyright (C) 2011-2013 Xiph.Org Foundation
|
||||
# Copyright (C) 2011-2014 Xiph.Org Foundation
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
@@ -18,7 +18,9 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
example_cpp_encode_file.vcproj
|
||||
example_cpp_encode_file.vcproj \
|
||||
example_cpp_encode_file.vcxproj \
|
||||
example_cpp_encode_file.vcxproj.filters
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
|
||||
noinst_PROGRAMS = example_cpp_encode_file
|
||||
@@ -29,3 +31,5 @@ example_cpp_encode_file_LDADD = \
|
||||
-lm
|
||||
|
||||
example_cpp_encode_file_SOURCES = main.cpp
|
||||
|
||||
CLEANFILES = example_cpp_encode_file.exe
|
||||
|
||||
Reference in New Issue
Block a user