13
0
Fork 1

Fixed makefiles

git-svn-id: https://dedected.org/svn/trunk@57 8d8ab74c-27aa-4a3d-9bde-523a2bc1f624
This commit is contained in:
kaner 2009-01-29 20:51:27 +00:00
parent 9ff7783f81
commit e0b1c9738f
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ clean:
@-rm -f *.so
install: $(LIBOUT)
install $^ $(KIS_DEST_DIR)/lib/kismet_client
install -D $^ $(KIS_DEST_DIR)/lib/kismet_client/$^
.c.o:
$(CC) $(CFLAGS) -c $*.c -o $@

View File

@ -29,7 +29,7 @@ clean:
@-rm -f *.so
install: $(LIBOUT)
install $^ $(KIS_DEST_DIR)/lib/kismet
install -D $^ $(KIS_DEST_DIR)/lib/kismet/$^
.c.o:
$(CC) $(CFLAGS) -c $*.c -o $@