]> git.pld-linux.org Git - packages/dotnet-taglib-sharp.git/blob - dotnet-taglib-sharp-makefile.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/dotnet-taglib-sharp.git] / dotnet-taglib-sharp-makefile.patch
1 --- taglib-sharp-2.0.4.0/configure.ac.pld       2011-04-13 18:28:13.000000000 +0200
2 +++ taglib-sharp-2.0.4.0/configure.ac   2012-03-20 22:29:11.776008903 +0100
3 @@ -142,13 +142,7 @@ docs/Makefile
4  docs/Package.en.xml
5  ])
6  
7 -# Test suite is not shipped, only builds from git.
8 -if test -d tests; then
9 -       AC_CONFIG_FILES([tests/Makefile])
10 -       AM_CONDITIONAL(IN_DIST, false)
11 -else
12 -       AM_CONDITIONAL(IN_DIST, true)
13 -fi
14 +AM_CONDITIONAL(IN_DIST, true)
15  AC_OUTPUT
16  
17  echo "TagLib# ($ASSEMBLY_NAME-$ASSEMBLY_VERSION) is ready to be compiled."
18 --- taglib-sharp-2.0.4.0/Makefile.am.pld        2012-03-20 22:23:06.257989085 +0100
19 +++ taglib-sharp-2.0.4.0/Makefile.am    2012-03-20 22:28:47.722805878 +0100
20 @@ -1,12 +1,7 @@
21  SUBDIRS = \
22     src    \
23 -   examples \
24     docs
25  
26 -if !IN_DIST
27 -SUBDIRS += tests
28 -endif
29 -
30  DIST_SUBDIRS = \
31     src    \
32     examples \
This page took 0.056538 seconds and 3 git commands to generate.