source: protocols/python/config.mak.in @ e38c6d8

Last change on this file since e38c6d8 was 0075527, checked in by Nick Murdoch <nick@…>, at 2013-03-17T13:38:14Z

Add existing git project files, and modify bitlbee's build script to build the plugin.

  • Property mode set to 100644
File size: 314 bytes
Line 
1CFLAGS = @CFLAGS@
2LDFLAGS = @LDFLAGS@
3SHARED_FLAGS = @SHARED_FLAGS@
4SHARED_EXT = @SHARED_EXT@
5BITLBEE = @BITLBEE@
6ASCIIDOC = @ASCIIDOC@
7INSTALL = @INSTALL@
8prefix = @prefix@
9exec_prefix = @exec_prefix@
10bindir = @bindir@
11libdir = @libdir@
12plugindir = ${libdir}/bitlbee
13datarootdir = @datarootdir@
14mandir = @mandir@
Note: See TracBrowser for help on using the repository browser.