debian: don't distribute .la file with libfreeswitch-dev
Debian wants rid of .la files, and leaving this out shouldn't do any harm on a Debian system.
This commit is contained in:
parent
9c6a3d76d3
commit
7624ca0ba6
|
@ -1,5 +1,4 @@
|
|||
/usr/include
|
||||
/usr/lib/libfreeswitch.so
|
||||
/usr/lib/*.a
|
||||
/usr/lib/*.la
|
||||
/usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in New Issue