Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
67ed6521
Commit
67ed6521
authored
Jul 15, 2014
by
Mathis Rosenhauer
Browse files
Add CMake files to dist.
parent
76ddfc84
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
67ed6521
ACLOCAL_AMFLAGS
=
-I
m4
SUBDIRS
=
src tests
EXTRA_DIST
=
doc/license.txt doc/logo.svg
EXTRA_DIST
=
doc/license.txt doc/logo.svg
CMakeLists.txt
bench
:
all
cd
tests
&&
$(MAKE)
$(AM_MAKEFLAGS)
bench
benc
:
all
...
...
src/Makefile.am
View file @
67ed6521
...
...
@@ -11,3 +11,5 @@ noinst_PROGRAMS = utime
utime_SOURCES
=
utime.c
aec_LDADD
=
libaec.la
aec_SOURCES
=
aec.c
EXTRA_DIST
=
CMakeLists.txt
tests/Makefile.am
View file @
67ed6521
...
...
@@ -14,7 +14,7 @@ check_long_fs_SOURCES = check_long_fs.c check_aec.h \
$(top_builddir)
/src/libaec.h
LDADD
=
libcheck_aec.la
$(top_builddir)
/src/libaec.la
EXTRA_DIST
=
sampledata.sh benc.sh bdec.sh
EXTRA_DIST
=
sampledata.sh benc.sh bdec.sh
CMakeLists.txt
bench
:
benc bdec
benc
:
$(srcdir)
/benc.sh
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment