|
Revision 206, 0.7 KB
(checked in by zany, 5 months ago)
|
|
relax uninstall checking for bindings
|
| Line | |
|---|
| 1 | SUBDIRS = bfb multicobex obexftp apps doc examples swig |
|---|
| 2 | |
|---|
| 3 | ACLOCAL_AMFLAGS = -I m4 |
|---|
| 4 | |
|---|
| 5 | EXTRA_DIST = obexftp.spec.in \ |
|---|
| 6 | obexftp.spec \ |
|---|
| 7 | includes/common.h \ |
|---|
| 8 | Doxyfile \ |
|---|
| 9 | Doxyfile.developer \ |
|---|
| 10 | Doxyfile.coverpage \ |
|---|
| 11 | config.rpath |
|---|
| 12 | |
|---|
| 13 | pkgconfigdir = $(libdir)/pkgconfig |
|---|
| 14 | |
|---|
| 15 | pkgconfig_DATA = obexftp.pc |
|---|
| 16 | |
|---|
| 17 | # no uninstall for perl -- ignore it |
|---|
| 18 | distuninstallcheck_listfiles = find . -type f \ |
|---|
| 19 | -not -path \*/site_perl/\*/OBEXFTP\* \ |
|---|
| 20 | -not -path \*/perl/\*/auto/OBEXFTP\* \ |
|---|
| 21 | -not -name perllocal.pod \ |
|---|
| 22 | -not -path \*site-packages/obexftp\* \ |
|---|
| 23 | -not -path \*/site_ruby/\* \ |
|---|
| 24 | -print |
|---|
| 25 | |
|---|
| 26 | #DISTCHECK_CONFIGURE_FLAGS = --enable-swig --enable-perl --enable-python --enable-ruby --enable-tcl --enable-builddocs |
|---|