Move source files to src directory

The root was getting too crowded.
This commit is contained in:
Steven Fackler 2014-02-02 23:28:59 -05:00
parent 18cc9fb7b7
commit d6aa529474
9 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ $(OPENSSL): config.stamp
###############################################################################
# Main targets
###############################################################################
POSTGRES_LIB_FILE = lib.rs
POSTGRES_LIB_FILE = src/lib.rs
POSTGRES_LIB = $(BUILDDIR)/$(shell $(RUSTC) --crate-file-name $(POSTGRES_LIB_FILE))
POSTGRES_TEST = $(BUILDDIR)/$(shell $(RUSTC) --test --crate-file-name $(POSTGRES_LIB_FILE))

View File