~ubuntu-branches/ubuntu/intrepid/knetworkmanager/intrepid-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2007-09-24 01:12:58 UTC
  • Revision ID: james.westby@ubuntu.com-20070924011258-zj14lsr06z7bou5g
Tags: 1:0.2ubuntu1-0ubuntu5
Fixed network-manager-kde.install, adding etc files so that
dbus config file is installed and knetworkmanager doesn't fail
to connect to dbus. The problem occurs on a fresh install using
the daily-build cd.

Show diffs side-by-side

added added

removed removed

Lines of Context:
937
937
# Otherwise a system limit (for SysV at least) may be exceeded.
938
938
.NOEXPORT:
939
939
 
940
 
clean-bcheck: 
941
 
        rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
942
 
 
943
 
bcheck: bcheck-recursive
944
 
 
945
 
bcheck-am:
946
 
        @for i in ; do \
947
 
            if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
948
 
                echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
949
 
                echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
950
 
                echo "$$i"; \
951
 
                if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)  --dump-class-hierarchy -c $$i.bchecktest.cc; then \
952
 
                    rm -f $$i.bchecktest.cc; exit 1; \
953
 
                fi ; \
954
 
                echo "" >> $$i.bchecktest.cc.class; \
955
 
                perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
956
 
                rm -f a.out; \
957
 
            fi ; \
958
 
        done
959
 
 
960
 
 
961
 
 
962
940
#>+ 2
963
941
KDE_DIST=stamp-h.in subdirs Makefile.in configure.files config.h.in configure.in aclocal.m4 configure.in.in Makefile.am configure acinclude.m4 VERSION Makefile.am.in 
964
942