summaryrefslogtreecommitdiff
path: root/backends/oss/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2022-08-04backends: Add missing dependenciesorbea1-0/+1
When building the backends with slibtool they will fail with undefined references to libmatemixer.la. This is because they use -no-undefined which slibtool explicitly supports while GNU libtool will silently ignore it. Gentoo Bug: https://bugs.gentoo.org/785232
2019-10-09Use WARN_CFLAGS which are only set with --enable-compiler-warningsrbuj1-7/+11
It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum It updates configure summary.
2015-12-10Replace leading spaces in Makefiles with tabsMichal Ratajsky1-25/+25
2014-08-18Global updateMichal Ratajsky1-1/+7
2014-07-25Support OSSMichal Ratajsky1-2/+10
2014-07-18Add module skeleton and build supportMichal Ratajsky1-0/+26