Fix aim and nap plugin Makefiles so that they build compat.o in the right
place when building out-of-tree. Reported by nyet. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@166 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
[Changes 1.2c01]
|
||||
|
||||
* Fix plugin Makefiles for out-of-tree building, reported by nyet. (caf)
|
||||
|
||||
* Add DESTDIR support to build system, to ease rpm and deb packaging.
|
||||
Reported separately by nyet and VICODAN. (caf)
|
||||
|
||||
|
||||
@@ -170,7 +170,7 @@ Makefile: Makefile.in
|
||||
|
||||
compat.o: $(top_srcdir)/source/compat.c
|
||||
$(CC) $(AIMDEFS) $(SHLIB_CFLAGS) $(CFLAGS) \
|
||||
-c $(top_srcdir)/source/compat.c -o $(srcdir)/compat.o
|
||||
-c $(top_srcdir)/source/compat.c
|
||||
|
||||
toc.o: $(srcdir)/toc.c
|
||||
$(CC) $(AIMDEFS) $(SHLIB_CFLAGS) $(CFLAGS) -c $(srcdir)/toc.c
|
||||
|
||||
@@ -168,7 +168,7 @@ Makefile: Makefile.in
|
||||
|
||||
compat.o: $(top_srcdir)/source/compat.c
|
||||
$(CC) $(DEFS) $(SHLIB_CFLAGS) $(CFLAGS) \
|
||||
-c $(top_srcdir)/source/compat.c -o $(srcdir)/compat.o
|
||||
-c $(top_srcdir)/source/compat.c
|
||||
|
||||
nap.o: $(srcdir)/nap.c
|
||||
$(CC) $(DEFS) $(SHLIB_CFLAGS) $(CFLAGS) -c $(srcdir)/nap.c
|
||||
|
||||
Reference in New Issue
Block a user