Changeset 0b9daac for configure


Ignore:
Timestamp:
2015-02-20T23:16:08Z (9 years ago)
Author:
dequis <dx@…>
Parents:
5ebff60
git-author:
dequis <dx@…> (27-12-14 04:06:45)
git-committer:
dequis <dx@…> (20-02-15 23:16:08)
Message:

Reorganize include files to avoid conflicts with other libs

  • Change all header includes to be relative to the project root
  • Remove -I${includedir} from bitlbee.pc Cflags
  • Install lib and protocols headers to their own directories. So now it is:

/usr/include/bitlbee/*.h
/usr/include/bitlbee/lib/*.h
/usr/include/bitlbee/protocols/*.h

This breaks backwards compatibility of third party plugins, but now
they don't have to do ambiguous includes like #include <proxy.h>

This also fixes trac ticket 1170 - conflicts when libproxy and liboauth
are installed at the same time bitlbee is built, which the macports
project ran into several times.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r5ebff60 r0b9daac  
    231231
    232232echo CFLAGS=$CFLAGS $CPPFLAGS >> Makefile.settings
    233 echo CFLAGS+=-I${srcdir} -I${srcdir}/lib -I${srcdir}/protocols -I. >> Makefile.settings
     233echo CFLAGS+=-I${srcdir} >> Makefile.settings
    234234
    235235echo CFLAGS+=-DHAVE_CONFIG_H -D_GNU_SOURCE >> Makefile.settings
     
    707707Version: $BITLBEE_VERSION
    708708Libs:
    709 Cflags: -I\${includedir}
     709Cflags:
    710710
    711711EOF
Note: See TracChangeset for help on using the changeset viewer.