summaryrefslogtreecommitdiff
path: root/irc/ircd-hybrid/files/patch-modules_Makefile.in
blob: c12da5f528adf56208948245db3a132259e85f99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- modules/Makefile.in.orig	Sat Jul 23 08:59:28 2005
+++ modules/Makefile.in	Sat Jul 23 08:58:47 2005
@@ -23,8 +23,8 @@
 
 prefix          = $(DESTDIR)@prefix@
 # Change this later! -- adrian
-moduledir       = ${prefix}/modules
-automoduledir   = ${moduledir}/autoload
+moduledir       = @moduledir@
+automoduledir	= @automoduledir@
 
 INCLUDES	= -I../include $(SSL_INCLUDES)
 CPPFLAGS	= ${INCLUDES} @CPPFLAGS@