diff options
author | Pixel <Pixel> | 2001-11-12 06:03:24 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-12 06:03:24 +0000 |
commit | 6718e4cfec88e3046030f60775293d6de03cdc07 (patch) | |
tree | 2a761a6ba0e039a1f347778a6e6fcc1113b4c226 | |
parent | b75c40bdc02a22ebbcdc1b22d9d5019fca9c03f2 (diff) |
Plop
-rw-r--r-- | acconfig.h | 1 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | include/Makefile.am | 1 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
4 files changed, 4 insertions, 1 deletions
@@ -28,4 +28,3 @@ # define gettext(z) z #endif #define N_(Text) Text - diff --git a/configure.in b/configure.in index 22df454..273c041 100644 --- a/configure.in +++ b/configure.in @@ -98,6 +98,7 @@ AC_OUTPUT([ lib/Makefile doc/Makefile src/Makefile + src/datas/Makefile po/Makefile.in po/Makefile intl/Makefile diff --git a/include/Makefile.am b/include/Makefile.am index 9546421..ac1f63c 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,3 +1,4 @@ +includedir = $(prefix)/include/@PACKAGE@ include_HEADERS = \ Exceptions.h Handle.h String.h Output.h Socket.h HttpServ.h Variables.h Menu.h \ Action.h Message.h Form.h Confirm.h Table.h IRC.h Task.h Buffer.h General.h \ diff --git a/src/Makefile.am b/src/Makefile.am index 3f87315..009e685 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = datas + localedir = $(datadir)/locale DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ AM_CFLAGS = -O3 -Wall -Wstrict-prototypes |