]> git.wh0rd.org - dump.git/blobdiff - common/Makefile.in
Encryption (and compression as plugins) support.
[dump.git] / common / Makefile.in
index 80ea04d401c20e358a7cc36c85d5fa1aa4a6fff1..2c03400d9a9e1c4248f070c2731250a14c961339 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.5 2003/05/08 21:11:39 stelian Exp $
+# $Id: Makefile.in,v 1.6 2011/06/10 13:07:29 stelian Exp $
 
 top_srcdir=    @top_srcdir@
 srcdir=                @srcdir@
@@ -6,11 +6,11 @@ top_builddir= ..
 
 @MCONFIG@
 
-INC=           -I$(top_srcdir)/dump
+INC=           -I$(top_srcdir)/dump -I$(top_srcdir)/common
 ALL_CFLAGS=    @CPPFLAGS@ @CFLAGS@ @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) @DUMPDEBUG@
 ALL_LDFLAGS=   @LDFLAGS@ @LDOPTS@ @STATIC@
-SRCS=          dumprmt.c
-OBJS=          dumprmt.o
+SRCS=          dumprmt.c transformation_null.c transformation_lzo.c transformation_zlib.c transformation_bzlib.c transformation_ssl.c
+OBJS=          dumprmt.o transformation_null.o transformation_lzo.o transformation_zlib.o transformation_bzlib.o transformation_ssl.o
 
 .c.o:
        $(CC) -c $(ALL_CFLAGS) $< -o $@