root/trunk/Makefile.am

Revision 206, 0.7 KB (checked in by zany, 5 months ago)

relax uninstall checking for bindings

Line 
1SUBDIRS =                       bfb multicobex obexftp apps doc examples swig
2
3ACLOCAL_AMFLAGS =               -I m4
4
5EXTRA_DIST =                    obexftp.spec.in \
6                                obexftp.spec \
7                                includes/common.h \
8                                Doxyfile \
9                                Doxyfile.developer \
10                                Doxyfile.coverpage \
11                                config.rpath
12
13pkgconfigdir =                  $(libdir)/pkgconfig
14
15pkgconfig_DATA =                obexftp.pc
16
17# no uninstall for perl -- ignore it
18distuninstallcheck_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
Note: See TracBrowser for help on using the browser.